Checkstyle XML difference report

This is symmetric difference generated from two checkstyle-result.xml reports.
All matching records from each XML file are deleted, then remaining records are merged into single report.
Utility that generated this report.

Checkstyle configuration report

Module Name Base properties Patch properties
Checker severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • severity
  • warning

  • charset
  • UTF-8

  • haltOnException
  • false

  • BeforeExecutionExclusionFileFilter fileNamePattern
  • module\-info\.java$

  • fileNamePattern
  • module\-info\.java$

  • TreeWalker
    AnnotationOnSameLine
    SuppressionXpathSingleFilter message
  • Javadoc comment at column \d+ has parse error

  • message
  • Javadoc comment at column \d+ has parse error

  • SuppressionSingleFilter checks
  • Checker

  • message
  • Exception occurred while parsing

  • checks
  • Checker

  • message
  • Exception occurred while parsing

  • Summary:

    Report id Files Violations Severity-warning
    base 4138 18813 18813
    patch 4138 18813 (18813 removed, 18813 added) 18813 (18813 removed, 18813 added)
    3301 files with differences 37626 changes in violations 37626 changes in violations

    Report id com.puppycrawl.tools.checkstyle.checks.annotation.AnnotationOnSameLineCheck
    base 18813
    patch 18813 (18813 removed, 18813 added)
    changes in violations 37626

    Number of unique base messages reported below: 18813
    Number of unique patch messages reported below: 18813

    Violations:

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/analysis/PrefixAnalyzer.java

    Severity Rule Message Line Col
    #A1 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A2 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A3 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A4 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A5 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A6 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/analysis/miscellaneous/UniqueTokenFilter.java

    Severity Rule Message Line Col
    #A7 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A8 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A9 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A10 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/index/TrackingConcurrentMergeScheduler.java

    Severity Rule Message Line Col
    #A11 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A12 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A13 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A14 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/queries/BlendedTermQuery.java

    Severity Rule Message Line Col
    #A15 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A16 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A17 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A18 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 13
    #A19 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A20 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A21 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A22 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A23 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A24 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A25 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A26 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/queries/ExtendedCommonTermsQuery.java

    Severity Rule Message Line Col
    #A27 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A28 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A29 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A30 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A31 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A32 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/queryparser/classic/ExistsFieldQueryExtension.java

    Severity Rule Message Line Col
    #A33 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A34 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/queryparser/classic/MapperQueryParser.java

    Severity Rule Message Line Col
    #A35 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A36 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A37 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A38 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A39 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A40 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A41 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A42 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A43 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A44 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 5
    #A45 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A46 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 5
    #A47 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 458
    #A48 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 458 5
    #A49 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A50 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 5
    #A51 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603
    #A52 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603 5
    #A53 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 756
    #A54 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 756 5
    #A55 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 840
    #A56 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 840 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/queryparser/classic/MissingFieldQueryExtension.java

    Severity Rule Message Line Col
    #A57 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A58 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/queryparser/classic/QueryParserSettings.java

    Severity Rule Message Line Col
    #A59 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A60 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 5
    #A61 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 386
    #A62 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 386 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/search/postingshighlight/CustomPassageFormatter.java

    Severity Rule Message Line Col
    #A63 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A64 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/search/postingshighlight/CustomPostingsHighlighter.java

    Severity Rule Message Line Col
    #A65 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A66 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A67 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A68 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A69 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A70 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A71 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A72 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A73 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A74 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A75 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A76 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A77 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A78 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/search/postingshighlight/XPostingsHighlighter.java

    Severity Rule Message Line Col
    #A79 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A80 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 13
    #A81 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A82 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 13
    #A83 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500
    #A84 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500 13
    #A85 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587
    #A86 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587 25
    #A87 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664
    #A88 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664 9
    #A89 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 682
    #A90 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 682 9
    #A91 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 685
    #A92 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 685 9
    #A93 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 688
    #A94 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 688 9
    #A95 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 691
    #A96 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 691 9
    #A97 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 694
    #A98 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 694 9
    #A99 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 697
    #A100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 697 9
    #A101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 700
    #A102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 700 9
    #A103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 703
    #A104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 703 9
    #A105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 706
    #A106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 706 9
    #A107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 741
    #A108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 741 9
    #A109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 755
    #A110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 755 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/search/suggest/analyzing/XAnalyzingSuggester.java

    Severity Rule Message Line Col
    #A111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 5
    #A113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 5
    #A115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 446
    #A116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 446 3
    #A117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 641
    #A118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 641 3
    #A119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 658
    #A120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 658 5
    #A121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 663
    #A122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 663 5
    #A123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 718
    #A124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 718 3
    #A125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 825
    #A126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 825 9
    #A127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 884
    #A128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 884 3
    #A129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 897
    #A130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 897 3
    #A131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 994
    #A132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 994 5
    #A133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1037
    #A134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1037 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/search/suggest/analyzing/XFuzzySuggester.java

    Severity Rule Message Line Col
    #A135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/search/vectorhighlight/CustomFieldQuery.java

    Severity Rule Message Line Col
    #A141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/store/RateLimitedFSDirectory.java

    Severity Rule Message Line Col
    #A143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/store/StoreRateLimiting.java

    Severity Rule Message Line Col
    #A157 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 66
    #A158 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/apache/lucene/util/XIOUtils.java

    Severity Rule Message Line Col
    #A159 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 54
    #A160 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 54 5
    #A161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 29
    #A163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 29
    #A165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 29
    #A167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 29

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/ElasticsearchException.java

    Severity Rule Message Line Col
    #A169 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 168
    #A170 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 168 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/ElasticsearchIllegalArgumentException.java

    Severity Rule Message Line Col
    #A171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/ElasticsearchParseException.java

    Severity Rule Message Line Col
    #A173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/Version.java

    Severity Rule Message Line Col
    #A175 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 35
    #A176 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 35 1
    #A177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583
    #A178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583 5
    #A179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 593
    #A180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 593 5
    #A181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 5
    #A183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 624
    #A184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 624 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/ActionFuture.java

    Severity Rule Message Line Col
    #A185 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 96
    #A186 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/ActionModule.java

    Severity Rule Message Line Col
    #A187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/ActionRequest.java

    Severity Rule Message Line Col
    #A189 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59
    #A190 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59 5
    #A191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/ActionRequestBuilder.java

    Severity Rule Message Line Col
    #A195 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 51
    #A196 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 51 5
    #A197 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 57
    #A198 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/ActionRequestValidationException.java

    Severity Rule Message Line Col
    #A199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/ActionResponse.java

    Severity Rule Message Line Col
    #A201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/GenericAction.java

    Severity Rule Message Line Col
    #A205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/LatchedActionListener.java

    Severity Rule Message Line Col
    #A209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/NoShardAvailableActionException.java

    Severity Rule Message Line Col
    #A213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/OriginalIndices.java

    Severity Rule Message Line Col
    #A215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/RoutingMissingException.java

    Severity Rule Message Line Col
    #A219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/TransportActionNodeProxy.java

    Severity Rule Message Line Col
    #A221 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A222 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 13
    #A225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13
    #A229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/UnavailableShardsException.java

    Severity Rule Message Line Col
    #A231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/WriteFailureException.java

    Severity Rule Message Line Col
    #A233 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 28
    #A234 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterHealthAction.java

    Severity Rule Message Line Col
    #A235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterHealthRequest.java

    Severity Rule Message Line Col
    #A239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterHealthRequestBuilder.java

    Severity Rule Message Line Col
    #A251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterHealthResponse.java

    Severity Rule Message Line Col
    #A253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 5
    #A257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 5
    #A259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5
    #A261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterIndexHealth.java

    Severity Rule Message Line Col
    #A263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5
    #A269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/ClusterShardHealth.java

    Severity Rule Message Line Col
    #A271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/health/TransportClusterHealthAction.java

    Severity Rule Message Line Col
    #A275 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A276 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 17
    #A289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 17
    #A291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 17
    #A293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 17
    #A295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 13
    #A297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 13
    #A299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/hotthreads/NodeHotThreads.java

    Severity Rule Message Line Col
    #A303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/hotthreads/NodesHotThreadsAction.java

    Severity Rule Message Line Col
    #A307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/hotthreads/NodesHotThreadsRequest.java

    Severity Rule Message Line Col
    #A311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/hotthreads/NodesHotThreadsRequestBuilder.java

    Severity Rule Message Line Col
    #A315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/hotthreads/NodesHotThreadsResponse.java

    Severity Rule Message Line Col
    #A317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/hotthreads/TransportNodesHotThreadsAction.java

    Severity Rule Message Line Col
    #A321 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A322 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/info/NodeInfo.java

    Severity Rule Message Line Col
    #A343 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 48
    #A344 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 48 5
    #A345 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 54
    #A346 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 54 5
    #A347 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 57
    #A348 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 57 5
    #A349 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 60
    #A350 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 60 5
    #A351 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 63
    #A352 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 63 5
    #A353 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 66
    #A354 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 66 5
    #A355 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 69
    #A356 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 69 5
    #A357 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 72
    #A358 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 72 5
    #A359 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 75
    #A360 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 75 5
    #A361 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 78
    #A362 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 78 5
    #A363 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 105
    #A364 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 105 5
    #A365 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 127
    #A366 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 127 5
    #A367 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 135
    #A368 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 135 5
    #A369 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 143
    #A370 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 143 5
    #A371 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 151
    #A372 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 151 5
    #A373 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 159
    #A374 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 159 5
    #A375 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 164
    #A376 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 164 5
    #A377 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 172
    #A378 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 172 5
    #A379 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 177
    #A380 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 177 5
    #A381 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 182
    #A382 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 182 5
    #A383 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 187
    #A384 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 187 5
    #A385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/info/NodesInfoAction.java

    Severity Rule Message Line Col
    #A389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/info/NodesInfoRequest.java

    Severity Rule Message Line Col
    #A393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/info/NodesInfoRequestBuilder.java

    Severity Rule Message Line Col
    #A397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/info/NodesInfoResponse.java

    Severity Rule Message Line Col
    #A399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/info/PluginInfo.java

    Severity Rule Message Line Col
    #A407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/info/PluginsInfo.java

    Severity Rule Message Line Col
    #A419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/info/TransportNodesInfoAction.java

    Severity Rule Message Line Col
    #A425 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A426 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 9
    #A445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/restart/NodesRestartAction.java

    Severity Rule Message Line Col
    #A447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/restart/NodesRestartRequest.java

    Severity Rule Message Line Col
    #A451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/restart/NodesRestartRequestBuilder.java

    Severity Rule Message Line Col
    #A455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/restart/NodesRestartResponse.java

    Severity Rule Message Line Col
    #A457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/restart/TransportNodesRestartAction.java

    Severity Rule Message Line Col
    #A461 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A462 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 13
    #A481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9
    #A485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/NodesShutdownAction.java

    Severity Rule Message Line Col
    #A487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/NodesShutdownRequest.java

    Severity Rule Message Line Col
    #A491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/NodesShutdownRequestBuilder.java

    Severity Rule Message Line Col
    #A497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/NodesShutdownResponse.java

    Severity Rule Message Line Col
    #A499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/shutdown/TransportNodesShutdownAction.java

    Severity Rule Message Line Col
    #A503 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A504 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 17
    #A519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 33
    #A521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 33
    #A523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 25
    #A525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 25
    #A527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 17
    #A529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 29
    #A531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 29
    #A533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 9
    #A535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 9
    #A537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 17
    #A541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 9
    #A543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/stats/NodeStats.java

    Severity Rule Message Line Col
    #A545 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 53
    #A546 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 53 5
    #A547 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 56
    #A548 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 56 5
    #A549 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 59
    #A550 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 59 5
    #A551 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62
    #A552 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62 5
    #A553 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 65
    #A554 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 65 5
    #A555 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 68
    #A556 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 68 5
    #A557 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 71
    #A558 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 71 5
    #A559 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 74
    #A560 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 74 5
    #A561 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 77
    #A562 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 77 5
    #A563 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 80
    #A564 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 80 5
    #A565 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 108
    #A566 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 108 5
    #A567 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 116
    #A568 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 116 5
    #A569 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 124
    #A570 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 124 5
    #A571 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 132
    #A572 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 132 5
    #A573 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 140
    #A574 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 140 5
    #A575 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 148
    #A576 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 148 5
    #A577 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 156
    #A578 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 156 5
    #A579 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 164
    #A580 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 164 5
    #A581 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 169
    #A582 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 169 5
    #A583 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 174
    #A584 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 174 5
    #A585 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 179
    #A586 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 179 5
    #A587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301
    #A592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/stats/NodesStatsAction.java

    Severity Rule Message Line Col
    #A593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/stats/NodesStatsRequest.java

    Severity Rule Message Line Col
    #A597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5
    #A599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/stats/NodesStatsRequestBuilder.java

    Severity Rule Message Line Col
    #A601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/stats/NodesStatsResponse.java

    Severity Rule Message Line Col
    #A603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/node/stats/TransportNodesStatsAction.java

    Severity Rule Message Line Col
    #A611 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A612 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 9
    #A631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/delete/DeleteRepositoryAction.java

    Severity Rule Message Line Col
    #A633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/delete/DeleteRepositoryRequest.java

    Severity Rule Message Line Col
    #A637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/delete/DeleteRepositoryRequestBuilder.java

    Severity Rule Message Line Col
    #A643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/delete/DeleteRepositoryResponse.java

    Severity Rule Message Line Col
    #A645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/delete/TransportDeleteRepositoryAction.java

    Severity Rule Message Line Col
    #A649 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A650 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 21
    #A663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/get/GetRepositoriesAction.java

    Severity Rule Message Line Col
    #A665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/get/GetRepositoriesRequest.java

    Severity Rule Message Line Col
    #A669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/get/GetRepositoriesRequestBuilder.java

    Severity Rule Message Line Col
    #A675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/get/GetRepositoriesResponse.java

    Severity Rule Message Line Col
    #A677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/get/TransportGetRepositoriesAction.java

    Severity Rule Message Line Col
    #A683 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A684 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/put/PutRepositoryAction.java

    Severity Rule Message Line Col
    #A695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/put/PutRepositoryRequest.java

    Severity Rule Message Line Col
    #A699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 5
    #A703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/put/PutRepositoryRequestBuilder.java

    Severity Rule Message Line Col
    #A705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/put/PutRepositoryResponse.java

    Severity Rule Message Line Col
    #A707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/put/TransportPutRepositoryAction.java

    Severity Rule Message Line Col
    #A711 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A712 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/TransportVerifyRepositoryAction.java

    Severity Rule Message Line Col
    #A727 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A728 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryAction.java

    Severity Rule Message Line Col
    #A743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryRequest.java

    Severity Rule Message Line Col
    #A747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryRequestBuilder.java

    Severity Rule Message Line Col
    #A753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/repositories/verify/VerifyRepositoryResponse.java

    Severity Rule Message Line Col
    #A755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/reroute/ClusterRerouteAction.java

    Severity Rule Message Line Col
    #A763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/reroute/ClusterRerouteRequest.java

    Severity Rule Message Line Col
    #A767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/reroute/ClusterRerouteRequestBuilder.java

    Severity Rule Message Line Col
    #A773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/reroute/ClusterRerouteResponse.java

    Severity Rule Message Line Col
    #A775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/reroute/TransportClusterRerouteAction.java

    Severity Rule Message Line Col
    #A779 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A780 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/settings/ClusterUpdateSettingsAction.java

    Severity Rule Message Line Col
    #A799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/settings/ClusterUpdateSettingsRequest.java

    Severity Rule Message Line Col
    #A803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A805 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 96
    #A806 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 96 5
    #A807 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 135
    #A808 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 135 5
    #A809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/settings/ClusterUpdateSettingsRequestBuilder.java

    Severity Rule Message Line Col
    #A813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/settings/ClusterUpdateSettingsResponse.java

    Severity Rule Message Line Col
    #A815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/settings/TransportClusterUpdateSettingsAction.java

    Severity Rule Message Line Col
    #A819 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A820 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 13
    #A833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 13
    #A835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 13
    #A837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 21
    #A839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 21
    #A841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 21
    #A843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 21
    #A845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 21
    #A847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 13
    #A849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/shards/ClusterSearchShardsAction.java

    Severity Rule Message Line Col
    #A851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/shards/ClusterSearchShardsGroup.java

    Severity Rule Message Line Col
    #A855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/shards/ClusterSearchShardsRequest.java

    Severity Rule Message Line Col
    #A861 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 38
    #A862 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 38 5
    #A863 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 40
    #A864 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 40 5
    #A865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/shards/ClusterSearchShardsRequestBuilder.java

    Severity Rule Message Line Col
    #A877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/shards/ClusterSearchShardsResponse.java

    Severity Rule Message Line Col
    #A879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/shards/TransportClusterSearchShardsAction.java

    Severity Rule Message Line Col
    #A885 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A886 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/create/CreateSnapshotAction.java

    Severity Rule Message Line Col
    #A897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/create/CreateSnapshotRequest.java

    Severity Rule Message Line Col
    #A901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5
    #A907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5
    #A909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471
    #A910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471 5
    #A911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484
    #A912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/create/CreateSnapshotRequestBuilder.java

    Severity Rule Message Line Col
    #A913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/create/CreateSnapshotResponse.java

    Severity Rule Message Line Col
    #A915 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 39
    #A916 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 39 5
    #A917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/create/TransportCreateSnapshotAction.java

    Severity Rule Message Line Col
    #A923 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A924 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 13
    #A937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 25
    #A939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 25
    #A941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/delete/DeleteSnapshotAction.java

    Severity Rule Message Line Col
    #A943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/delete/DeleteSnapshotRequest.java

    Severity Rule Message Line Col
    #A947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/delete/DeleteSnapshotRequestBuilder.java

    Severity Rule Message Line Col
    #A953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/delete/DeleteSnapshotResponse.java

    Severity Rule Message Line Col
    #A955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/delete/TransportDeleteSnapshotAction.java

    Severity Rule Message Line Col
    #A959 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A960 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/GetSnapshotsAction.java

    Severity Rule Message Line Col
    #A975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/GetSnapshotsRequest.java

    Severity Rule Message Line Col
    #A979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/GetSnapshotsRequestBuilder.java

    Severity Rule Message Line Col
    #A985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/GetSnapshotsResponse.java

    Severity Rule Message Line Col
    #A987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/get/TransportGetSnapshotsAction.java

    Severity Rule Message Line Col
    #A993 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A994 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A1000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A1001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A1003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A1004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/restore/RestoreSnapshotAction.java

    Severity Rule Message Line Col
    #A1005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A1006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A1007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A1008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/restore/RestoreSnapshotRequest.java

    Severity Rule Message Line Col
    #A1009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A1010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A1011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 642
    #A1012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 642 5
    #A1013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664
    #A1014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/restore/RestoreSnapshotRequestBuilder.java

    Severity Rule Message Line Col
    #A1015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A1016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/restore/RestoreSnapshotResponse.java

    Severity Rule Message Line Col
    #A1017 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 39
    #A1018 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 39 5
    #A1019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A1020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A1021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A1022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A1023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/restore/TransportRestoreSnapshotAction.java

    Severity Rule Message Line Col
    #A1025 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A1026 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A1027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A1028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A1029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A1030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A1031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A1037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A1038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13
    #A1039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 25
    #A1041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A1042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 25
    #A1043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A1044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotIndexShardStatus.java

    Severity Rule Message Line Col
    #A1045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A1046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A1047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A1048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A1049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A1050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotIndexStatus.java

    Severity Rule Message Line Col
    #A1051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A1053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A1054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotShardsStats.java

    Severity Rule Message Line Col
    #A1055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A1056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotStats.java

    Severity Rule Message Line Col
    #A1057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A1058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A1059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A1060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A1061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A1062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotStatus.java

    Severity Rule Message Line Col
    #A1063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A1064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A1065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A1066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A1067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A1068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A1069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A1070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotsStatusAction.java

    Severity Rule Message Line Col
    #A1071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A1072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A1073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A1074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotsStatusRequest.java

    Severity Rule Message Line Col
    #A1075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A1076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A1077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A1078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A1079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A1080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotsStatusRequestBuilder.java

    Severity Rule Message Line Col
    #A1081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A1082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/SnapshotsStatusResponse.java

    Severity Rule Message Line Col
    #A1083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A1088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/TransportNodesSnapshotsStatus.java

    Severity Rule Message Line Col
    #A1089 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56
    #A1090 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56 5
    #A1091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A1093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A1095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A1096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A1097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A1098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A1099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A1101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A1105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A1106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A1107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A1108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A1109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A1110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9
    #A1111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A1112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 9
    #A1113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A1114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 9
    #A1115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A1116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 9
    #A1117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A1118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A1119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A1120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 9
    #A1121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A1122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9
    #A1123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A1124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/snapshots/status/TransportSnapshotsStatusAction.java

    Severity Rule Message Line Col
    #A1125 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A1126 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A1127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A1131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A1132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A1133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A1134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A1135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A1137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A1138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 25
    #A1139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A1140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/state/ClusterStateAction.java

    Severity Rule Message Line Col
    #A1141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/state/ClusterStateRequest.java

    Severity Rule Message Line Col
    #A1145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A1146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A1147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A1148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A1149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A1150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A1151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A1152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A1153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A1154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A1155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A1156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/state/ClusterStateRequestBuilder.java

    Severity Rule Message Line Col
    #A1157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A1158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/state/ClusterStateResponse.java

    Severity Rule Message Line Col
    #A1159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A1160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A1161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/state/TransportClusterStateAction.java

    Severity Rule Message Line Col
    #A1163 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A1164 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A1165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A1169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A1170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A1171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A1172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A1173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsAction.java

    Severity Rule Message Line Col
    #A1175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsIndices.java

    Severity Rule Message Line Col
    #A1179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A1180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A1181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A1182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A1183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A1184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A1185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A1186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 9
    #A1187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361
    #A1188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361 9
    #A1189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A1190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 9
    #A1191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421
    #A1192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsNodeResponse.java

    Severity Rule Message Line Col
    #A1193 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 63
    #A1194 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 63 5
    #A1195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A1196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A1197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A1198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsNodes.java

    Severity Rule Message Line Col
    #A1199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A1200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A1201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A1202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A1203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A1204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A1205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A1206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 9
    #A1207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A1208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A1209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A1210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 9
    #A1211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A1212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 9
    #A1213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348
    #A1214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348 9
    #A1215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A1216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 9
    #A1217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450
    #A1218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450 9
    #A1219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459
    #A1220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459 9
    #A1221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483
    #A1222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483 9
    #A1223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 561
    #A1224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 561 9
    #A1225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574
    #A1226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574 9
    #A1227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A1228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 9
    #A1229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 651
    #A1230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 651 9
    #A1231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 665
    #A1232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 665 9
    #A1233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676
    #A1234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676 9
    #A1235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 684
    #A1236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 684 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsRequest.java

    Severity Rule Message Line Col
    #A1237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A1239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A1240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsRequestBuilder.java

    Severity Rule Message Line Col
    #A1241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A1242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsResponse.java

    Severity Rule Message Line Col
    #A1243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A1244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A1245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A1246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A1247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A1248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A1249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A1250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A1251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A1253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A1254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A1255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A1256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A1257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A1258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/stats/TransportClusterStatsAction.java

    Severity Rule Message Line Col
    #A1259 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 66
    #A1260 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 66 5
    #A1261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A1262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A1263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A1264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A1265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A1266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A1267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A1268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A1269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A1271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A1272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A1273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A1274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A1275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A1276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A1277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A1278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 9
    #A1279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A1280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/tasks/PendingClusterTasksAction.java

    Severity Rule Message Line Col
    #A1281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/tasks/PendingClusterTasksRequest.java

    Severity Rule Message Line Col
    #A1285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A1286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A1287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A1288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A1289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A1290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/tasks/PendingClusterTasksRequestBuilder.java

    Severity Rule Message Line Col
    #A1291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A1292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/tasks/PendingClusterTasksResponse.java

    Severity Rule Message Line Col
    #A1293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A1294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A1295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A1300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A1301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A1302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/cluster/tasks/TransportPendingClusterTasksAction.java

    Severity Rule Message Line Col
    #A1303 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A1304 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A1305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A1306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A1307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A1308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A1309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A1310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A1311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A1312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A1313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/Alias.java

    Severity Rule Message Line Col
    #A1315 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 41
    #A1316 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 41 5
    #A1317 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 44
    #A1318 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 44 5
    #A1319 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 47
    #A1320 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 47 5
    #A1321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A1322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A1323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A1324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A1325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A1326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A1327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A1328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/IndicesAliasesAction.java

    Severity Rule Message Line Col
    #A1329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/IndicesAliasesRequest.java

    Severity Rule Message Line Col
    #A1333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A1334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A1335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A1336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A1337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A1338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9
    #A1339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A1340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A1341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A1342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9
    #A1343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A1344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A1345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A1346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 5
    #A1347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A1348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 5
    #A1349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A1350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 5
    #A1351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A1352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/IndicesAliasesRequestBuilder.java

    Severity Rule Message Line Col
    #A1353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A1354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/IndicesAliasesResponse.java

    Severity Rule Message Line Col
    #A1355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A1357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A1358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/TransportIndicesAliasesAction.java

    Severity Rule Message Line Col
    #A1359 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A1360 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A1361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A1362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A1363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A1364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A1365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A1367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A1368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A1369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A1370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A1371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A1372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 13
    #A1373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A1374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/exists/AliasesExistAction.java

    Severity Rule Message Line Col
    #A1375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A1376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A1377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A1378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/exists/AliasesExistRequestBuilder.java

    Severity Rule Message Line Col
    #A1379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A1380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/exists/AliasesExistResponse.java

    Severity Rule Message Line Col
    #A1381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A1382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A1383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/exists/TransportAliasesExistAction.java

    Severity Rule Message Line Col
    #A1385 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A1386 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A1387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A1388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A1389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A1390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A1391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A1394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A1395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A1396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/get/BaseAliasesRequestBuilder.java

    Severity Rule Message Line Col
    #A1397 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 36
    #A1398 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 36 5
    #A1399 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A1400 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 5
    #A1401 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 48
    #A1402 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 48 5
    #A1403 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54
    #A1404 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54 5
    #A1405 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 65
    #A1406 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/get/GetAliasesAction.java

    Severity Rule Message Line Col
    #A1407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/get/GetAliasesRequest.java

    Severity Rule Message Line Col
    #A1411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A1412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A1413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A1414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A1415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A1417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A1420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A1421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A1422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A1423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A1424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A1425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A1426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A1427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/get/GetAliasesRequestBuilder.java

    Severity Rule Message Line Col
    #A1429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A1430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/get/GetAliasesResponse.java

    Severity Rule Message Line Col
    #A1431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A1432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A1433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/alias/get/TransportGetAliasesAction.java

    Severity Rule Message Line Col
    #A1435 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A1436 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A1437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A1438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A1439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A1440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A1441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A1442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A1443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A1444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A1445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A1447 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71
    #A1448 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/analyze/AnalyzeAction.java

    Severity Rule Message Line Col
    #A1449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/analyze/AnalyzeRequest.java

    Severity Rule Message Line Col
    #A1453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A1454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A1455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A1456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A1457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A1458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/analyze/AnalyzeRequestBuilder.java

    Severity Rule Message Line Col
    #A1459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/analyze/AnalyzeResponse.java

    Severity Rule Message Line Col
    #A1461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A1462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A1463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A1465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A1466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A1467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A1468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A1469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A1470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A1471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A1472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/analyze/TransportAnalyzeAction.java

    Severity Rule Message Line Col
    #A1473 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68
    #A1474 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68 5
    #A1475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A1476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A1477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A1479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A1483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A1484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A1485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A1486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A1487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A1488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A1489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A1490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 9
    #A1491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A1492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 9
    #A1493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A1494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 17
    #A1495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A1496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 17
    #A1497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A1498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/cache/clear/ClearIndicesCacheAction.java

    Severity Rule Message Line Col
    #A1499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/cache/clear/ClearIndicesCacheRequestBuilder.java

    Severity Rule Message Line Col
    #A1503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/cache/clear/ClearIndicesCacheResponse.java

    Severity Rule Message Line Col
    #A1505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A1506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A1507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A1508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/cache/clear/ShardClearIndicesCacheRequest.java

    Severity Rule Message Line Col
    #A1509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A1511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A1512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/cache/clear/TransportClearIndicesCacheAction.java

    Severity Rule Message Line Col
    #A1513 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A1514 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A1515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A1517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A1520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A1521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A1522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A1523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A1524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A1525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A1526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A1527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A1528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A1529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A1530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A1531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A1532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A1533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A1534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/close/CloseIndexAction.java

    Severity Rule Message Line Col
    #A1535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/close/CloseIndexRequest.java

    Severity Rule Message Line Col
    #A1539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A1540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A1541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A1542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A1543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A1544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A1545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A1548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A1549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A1550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/close/CloseIndexRequestBuilder.java

    Severity Rule Message Line Col
    #A1551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/close/CloseIndexResponse.java

    Severity Rule Message Line Col
    #A1553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A1554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A1555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A1556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/close/TransportCloseIndexAction.java

    Severity Rule Message Line Col
    #A1557 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A1558 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A1559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A1567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A1568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A1569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A1571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A1573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/create/CreateIndexAction.java

    Severity Rule Message Line Col
    #A1575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/create/CreateIndexRequest.java

    Severity Rule Message Line Col
    #A1579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A1580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A1581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A1582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A1583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A1584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A1585 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 204
    #A1586 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 204 5
    #A1587 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 262
    #A1588 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 262 5
    #A1589 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 292
    #A1590 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 292 5
    #A1591 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 390
    #A1592 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 390 5
    #A1593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A1594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 5
    #A1595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472
    #A1596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/create/CreateIndexRequestBuilder.java

    Severity Rule Message Line Col
    #A1597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A1598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/create/CreateIndexResponse.java

    Severity Rule Message Line Col
    #A1599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A1600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A1601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A1602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/create/TransportCreateIndexAction.java

    Severity Rule Message Line Col
    #A1603 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A1604 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A1605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A1606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A1607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A1608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A1609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A1610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A1611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A1613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A1614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A1615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13
    #A1617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/delete/DeleteIndexAction.java

    Severity Rule Message Line Col
    #A1619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/delete/DeleteIndexRequest.java

    Severity Rule Message Line Col
    #A1623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A1625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A1626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A1627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A1631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A1632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A1633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A1634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/delete/DeleteIndexRequestBuilder.java

    Severity Rule Message Line Col
    #A1635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A1636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/delete/DeleteIndexResponse.java

    Severity Rule Message Line Col
    #A1637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A1638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A1639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A1640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/delete/TransportDeleteIndexAction.java

    Severity Rule Message Line Col
    #A1641 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A1642 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A1643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A1644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A1645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A1651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A1652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A1653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A1655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A1656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 17
    #A1657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A1658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/indices/IndicesExistsAction.java

    Severity Rule Message Line Col
    #A1659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/indices/IndicesExistsRequest.java

    Severity Rule Message Line Col
    #A1663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A1664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A1665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A1666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A1667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A1670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A1671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/indices/IndicesExistsRequestBuilder.java

    Severity Rule Message Line Col
    #A1675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A1676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/indices/IndicesExistsResponse.java

    Severity Rule Message Line Col
    #A1677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A1678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A1679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A1680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/indices/TransportIndicesExistsAction.java

    Severity Rule Message Line Col
    #A1681 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A1682 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A1683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A1684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A1685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A1686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A1687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A1688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A1689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A1690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A1691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/types/TransportTypesExistsAction.java

    Severity Rule Message Line Col
    #A1693 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A1694 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A1695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A1696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A1697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A1698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A1699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A1700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A1701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A1702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A1703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A1704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/types/TypesExistsAction.java

    Severity Rule Message Line Col
    #A1705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A1706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A1707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A1708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/exists/types/TypesExistsRequest.java

    Severity Rule Message Line Col
    #A1709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A1710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A1711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A1715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A1717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A1718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/flush/FlushAction.java

    Severity Rule Message Line Col
    #A1719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/flush/FlushRequest.java

    Severity Rule Message Line Col
    #A1723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A1724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A1725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A1726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/flush/FlushRequestBuilder.java

    Severity Rule Message Line Col
    #A1727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A1728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/flush/FlushResponse.java

    Severity Rule Message Line Col
    #A1729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A1730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A1731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A1732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/flush/ShardFlushRequest.java

    Severity Rule Message Line Col
    #A1733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/flush/TransportFlushAction.java

    Severity Rule Message Line Col
    #A1737 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A1738 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A1739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A1740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A1741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A1742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A1743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A1745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A1747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A1749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A1750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A1751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A1752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A1753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A1754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A1755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A1756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A1757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A1758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/get/GetIndexAction.java

    Severity Rule Message Line Col
    #A1759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/get/GetIndexRequest.java

    Severity Rule Message Line Col
    #A1763 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 120
    #A1764 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 120 5
    #A1765 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 137
    #A1766 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 137 5
    #A1767 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 146
    #A1768 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 146 5
    #A1769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A1770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A1771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A1772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A1773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A1774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A1775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A1776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 5
    #A1777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A1778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/get/GetIndexRequestBuilder.java

    Severity Rule Message Line Col
    #A1779 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 49
    #A1780 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 49 5
    #A1781 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 58
    #A1782 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 58 5
    #A1783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A1784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/get/GetIndexResponse.java

    Severity Rule Message Line Col
    #A1785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A1786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A1787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A1788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/get/TransportGetIndexAction.java

    Severity Rule Message Line Col
    #A1789 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49
    #A1790 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49 5
    #A1791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A1794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A1795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A1796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A1797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A1799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A1800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/delete/DeleteMappingAction.java

    Severity Rule Message Line Col
    #A1801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/delete/DeleteMappingRequest.java

    Severity Rule Message Line Col
    #A1805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A1806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A1807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A1808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A1809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A1810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A1811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A1812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A1813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A1814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A1815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A1816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/delete/DeleteMappingRequestBuilder.java

    Severity Rule Message Line Col
    #A1817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/delete/DeleteMappingResponse.java

    Severity Rule Message Line Col
    #A1819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A1821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A1822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/delete/TransportDeleteMappingAction.java

    Severity Rule Message Line Col
    #A1823 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 74
    #A1824 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 74 5
    #A1825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A1827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A1828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A1829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A1830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A1831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A1833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A1834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A1835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A1836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A1837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A1838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A1839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A1840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 21
    #A1841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A1842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 29
    #A1843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A1844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 29
    #A1845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A1846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 37
    #A1847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A1848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 37
    #A1849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A1850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 21
    #A1851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A1852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetFieldMappingsAction.java

    Severity Rule Message Line Col
    #A1853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetFieldMappingsIndexRequest.java

    Severity Rule Message Line Col
    #A1857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A1859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A1860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A1861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A1862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A1863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A1864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A1865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A1866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A1867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A1868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetFieldMappingsRequest.java

    Severity Rule Message Line Col
    #A1869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A1871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A1872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A1873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A1874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A1875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A1876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A1877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A1878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A1879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A1880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetFieldMappingsRequestBuilder.java

    Severity Rule Message Line Col
    #A1881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A1882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetFieldMappingsResponse.java

    Severity Rule Message Line Col
    #A1883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A1885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A1886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 9
    #A1887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A1888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A1889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A1890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetMappingsAction.java

    Severity Rule Message Line Col
    #A1891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetMappingsRequest.java

    Severity Rule Message Line Col
    #A1895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A1896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetMappingsRequestBuilder.java

    Severity Rule Message Line Col
    #A1897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A1898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/GetMappingsResponse.java

    Severity Rule Message Line Col
    #A1899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A1900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A1901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A1902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/TransportGetFieldMappingsAction.java

    Severity Rule Message Line Col
    #A1903 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A1904 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A1905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A1906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A1907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A1908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 21
    #A1909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A1910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 21
    #A1911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A1912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/TransportGetFieldMappingsIndexAction.java

    Severity Rule Message Line Col
    #A1913 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65
    #A1914 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65 5
    #A1915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A1916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A1917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A1918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A1919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A1920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A1921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A1922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A1923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A1924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 17
    #A1925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A1926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A1927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A1928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A1929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A1930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A1931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A1932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A1933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A1934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A1935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A1936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9
    #A1937 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 172
    #A1938 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 172 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/get/TransportGetMappingsAction.java

    Severity Rule Message Line Col
    #A1939 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A1940 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A1941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A1942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A1943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A1944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A1945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A1946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A1947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A1949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/put/PutMappingAction.java

    Severity Rule Message Line Col
    #A1951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/put/PutMappingRequest.java

    Severity Rule Message Line Col
    #A1955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A1956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A1957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A1958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A1959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A1960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A1961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A1962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A1963 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 224
    #A1964 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 224 5
    #A1965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A1966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 5
    #A1967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A1968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/put/PutMappingRequestBuilder.java

    Severity Rule Message Line Col
    #A1969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A1970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/put/PutMappingResponse.java

    Severity Rule Message Line Col
    #A1971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A1973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A1974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/mapping/put/TransportPutMappingAction.java

    Severity Rule Message Line Col
    #A1975 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A1976 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A1977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A1978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A1979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A1980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A1981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A1982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A1983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A1984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A1985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A1986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A1987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A1988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 13
    #A1989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A1990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/open/OpenIndexAction.java

    Severity Rule Message Line Col
    #A1991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A1992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A1993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A1994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/open/OpenIndexRequest.java

    Severity Rule Message Line Col
    #A1995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A1996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A1997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A1998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A1999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A2000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A2001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A2002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A2003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A2004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A2005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A2006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/open/OpenIndexRequestBuilder.java

    Severity Rule Message Line Col
    #A2007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A2008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/open/OpenIndexResponse.java

    Severity Rule Message Line Col
    #A2009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A2010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A2011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A2012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/open/TransportOpenIndexAction.java

    Severity Rule Message Line Col
    #A2013 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A2014 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A2015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A2016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A2017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A2018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A2019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A2020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A2021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A2022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A2023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A2027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A2029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/optimize/OptimizeAction.java

    Severity Rule Message Line Col
    #A2031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/optimize/OptimizeRequest.java

    Severity Rule Message Line Col
    #A2035 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 119
    #A2036 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 119 5
    #A2037 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 127
    #A2038 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 127 5
    #A2039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A2040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/optimize/OptimizeRequestBuilder.java

    Severity Rule Message Line Col
    #A2041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A2042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/optimize/OptimizeResponse.java

    Severity Rule Message Line Col
    #A2043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A2044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A2045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A2046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/optimize/ShardOptimizeRequest.java

    Severity Rule Message Line Col
    #A2047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/optimize/TransportOptimizeAction.java

    Severity Rule Message Line Col
    #A2051 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A2052 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A2053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A2054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A2055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A2060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A2061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A2062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A2063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A2064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A2065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A2066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A2067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A2068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A2069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A2070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A2071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A2072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/recovery/RecoveryAction.java

    Severity Rule Message Line Col
    #A2073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A2074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A2075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A2076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/recovery/RecoveryRequest.java

    Severity Rule Message Line Col
    #A2077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A2080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/recovery/RecoveryRequestBuilder.java

    Severity Rule Message Line Col
    #A2081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A2082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/recovery/RecoveryResponse.java

    Severity Rule Message Line Col
    #A2083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A2084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A2085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A2086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A2087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A2088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/recovery/ShardRecoveryResponse.java

    Severity Rule Message Line Col
    #A2089 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 65
    #A2090 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 65 5
    #A2091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A2095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/recovery/TransportRecoveryAction.java

    Severity Rule Message Line Col
    #A2097 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60
    #A2098 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60 5
    #A2099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A2102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A2103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A2104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A2105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A2106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A2107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A2108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A2109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A2110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A2111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A2112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A2113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A2114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A2115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A2116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A2117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A2118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/refresh/RefreshAction.java

    Severity Rule Message Line Col
    #A2119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/refresh/RefreshRequest.java

    Severity Rule Message Line Col
    #A2123 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 58
    #A2124 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 58 5
    #A2125 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 68
    #A2126 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/refresh/RefreshRequestBuilder.java

    Severity Rule Message Line Col
    #A2127 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 42
    #A2128 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 42 5
    #A2129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A2130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/refresh/RefreshResponse.java

    Severity Rule Message Line Col
    #A2131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A2132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A2133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A2134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/refresh/ShardRefreshRequest.java

    Severity Rule Message Line Col
    #A2135 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 45
    #A2136 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 45 5
    #A2137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A2138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A2139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/refresh/TransportRefreshAction.java

    Severity Rule Message Line Col
    #A2141 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A2142 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A2143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A2144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A2145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A2150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A2151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A2152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A2153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A2154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A2155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A2156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A2157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A2158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A2159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A2160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A2161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A2162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/IndexSegments.java

    Severity Rule Message Line Col
    #A2163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/IndexShardSegments.java

    Severity Rule Message Line Col
    #A2165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A2166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/IndicesSegmentResponse.java

    Severity Rule Message Line Col
    #A2167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A2168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A2169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A2170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A2171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A2172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/IndicesSegmentsAction.java

    Severity Rule Message Line Col
    #A2173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/IndicesSegmentsRequestBuilder.java

    Severity Rule Message Line Col
    #A2177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A2178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/ShardSegments.java

    Severity Rule Message Line Col
    #A2179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A2180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A2181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A2183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A2184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/segments/TransportIndicesSegmentsAction.java

    Severity Rule Message Line Col
    #A2185 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56
    #A2186 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56 5
    #A2187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A2188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A2189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A2193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A2194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A2195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A2196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A2197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A2200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A2201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A2202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A2203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A2204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A2205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A2206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/get/GetSettingsAction.java

    Severity Rule Message Line Col
    #A2207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/get/GetSettingsRequest.java

    Severity Rule Message Line Col
    #A2211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A2212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A2213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A2214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A2215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A2217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A2219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A2220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A2221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/get/GetSettingsRequestBuilder.java

    Severity Rule Message Line Col
    #A2223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A2224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/get/GetSettingsResponse.java

    Severity Rule Message Line Col
    #A2225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A2227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A2228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/get/TransportGetSettingsAction.java

    Severity Rule Message Line Col
    #A2229 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A2230 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A2231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A2232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A2233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A2234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A2235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A2236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A2237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A2238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A2239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A2240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/put/TransportUpdateSettingsAction.java

    Severity Rule Message Line Col
    #A2241 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A2242 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A2243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A2244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A2245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A2247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A2248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A2249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A2251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A2252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A2253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A2255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/put/UpdateSettingsAction.java

    Severity Rule Message Line Col
    #A2257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/put/UpdateSettingsRequest.java

    Severity Rule Message Line Col
    #A2261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A2264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A2265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A2268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A2269 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 134
    #A2270 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 134 5
    #A2271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A2272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A2273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A2274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/put/UpdateSettingsRequestBuilder.java

    Severity Rule Message Line Col
    #A2275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A2276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/settings/put/UpdateSettingsResponse.java

    Severity Rule Message Line Col
    #A2277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A2278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A2279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A2280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/CommonStats.java

    Severity Rule Message Line Col
    #A2281 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 198
    #A2282 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 198 5
    #A2283 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 201
    #A2284 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 201 5
    #A2285 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 204
    #A2286 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 204 5
    #A2287 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 207
    #A2288 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 207 5
    #A2289 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 210
    #A2290 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 210 5
    #A2291 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 213
    #A2292 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 213 5
    #A2293 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 216
    #A2294 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 216 5
    #A2295 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 219
    #A2296 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 219 5
    #A2297 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 222
    #A2298 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 222 5
    #A2299 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 225
    #A2300 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 225 5
    #A2301 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 228
    #A2302 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 228 5
    #A2303 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 231
    #A2304 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 231 5
    #A2305 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 234
    #A2306 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 234 5
    #A2307 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 237
    #A2308 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 237 5
    #A2309 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 240
    #A2310 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 240 5
    #A2311 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 243
    #A2312 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 243 5
    #A2313 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 246
    #A2314 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 246 5
    #A2315 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 249
    #A2316 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 249 5
    #A2317 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 252
    #A2318 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 252 5
    #A2319 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 412
    #A2320 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 412 5
    #A2321 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 417
    #A2322 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 417 5
    #A2323 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 422
    #A2324 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 422 5
    #A2325 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 427
    #A2326 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 427 5
    #A2327 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 432
    #A2328 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 432 5
    #A2329 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 437
    #A2330 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 437 5
    #A2331 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 442
    #A2332 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 442 5
    #A2333 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 447
    #A2334 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 447 5
    #A2335 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 452
    #A2336 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 452 5
    #A2337 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 457
    #A2338 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 457 5
    #A2339 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 462
    #A2340 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 462 5
    #A2341 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 467
    #A2342 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 467 5
    #A2343 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 472
    #A2344 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 472 5
    #A2345 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 477
    #A2346 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 477 5
    #A2347 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 482
    #A2348 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 482 5
    #A2349 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 487
    #A2350 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 487 5
    #A2351 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 492
    #A2352 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 492 5
    #A2353 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 497
    #A2354 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 497 5
    #A2355 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 502
    #A2356 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 502 5
    #A2357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 540
    #A2358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 540 5
    #A2359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601
    #A2360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601 5
    #A2361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 706
    #A2362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 706 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/CommonStatsFlags.java

    Severity Rule Message Line Col
    #A2363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A2364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A2365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A2366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A2367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A2368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/IndexShardStats.java

    Severity Rule Message Line Col
    #A2369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A2371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A2372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A2373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A2374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/IndexStats.java

    Severity Rule Message Line Col
    #A2375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/IndicesStatsAction.java

    Severity Rule Message Line Col
    #A2377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/IndicesStatsRequest.java

    Severity Rule Message Line Col
    #A2381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A2382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5
    #A2383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283
    #A2384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/IndicesStatsRequestBuilder.java

    Severity Rule Message Line Col
    #A2385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A2386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/IndicesStatsResponse.java

    Severity Rule Message Line Col
    #A2387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A2388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A2389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A2390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A2391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A2392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A2393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A2394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/ShardStats.java

    Severity Rule Message Line Col
    #A2395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A2396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A2397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A2399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A2400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/stats/TransportIndicesStatsAction.java

    Severity Rule Message Line Col
    #A2401 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60
    #A2402 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60 5
    #A2403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A2404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A2405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A2407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A2408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A2409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A2410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A2411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A2413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A2415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A2416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A2417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A2418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A2419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A2420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A2421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A2422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A2423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A2424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 9
    #A2425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A2426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/DocsStatus.java

    Severity Rule Message Line Col
    #A2427 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26
    #A2428 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 26 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/GatewayRecoveryStatus.java

    Severity Rule Message Line Col
    #A2429 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30
    #A2430 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/GatewaySnapshotStatus.java

    Severity Rule Message Line Col
    #A2431 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30
    #A2432 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/IndexShardStatus.java

    Severity Rule Message Line Col
    #A2433 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 35
    #A2434 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 35 1
    #A2435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A2436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/IndexStatus.java

    Severity Rule Message Line Col
    #A2437 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 38
    #A2438 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 38 1
    #A2439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A2440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/IndicesStatusAction.java

    Severity Rule Message Line Col
    #A2441 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 29
    #A2442 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 29 1
    #A2443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A2444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A2445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A2446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/IndicesStatusRequest.java

    Severity Rule Message Line Col
    #A2447 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 33
    #A2448 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 33 1
    #A2449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A2451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A2452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/IndicesStatusRequestBuilder.java

    Severity Rule Message Line Col
    #A2453 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 31
    #A2454 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 31 1
    #A2455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A2456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/IndicesStatusResponse.java

    Severity Rule Message Line Col
    #A2457 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50
    #A2458 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50 1
    #A2459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A2460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A2461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A2462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A2463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A2464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/PeerRecoveryStatus.java

    Severity Rule Message Line Col
    #A2465 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30
    #A2466 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/ShardStatus.java

    Severity Rule Message Line Col
    #A2467 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 41
    #A2468 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 41 1
    #A2469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A2470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A2471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A2472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/status/TransportIndicesStatusAction.java

    Severity Rule Message Line Col
    #A2473 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 62
    #A2474 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 62 1
    #A2475 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 67
    #A2476 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 67 5
    #A2477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A2478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A2479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A2480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A2481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A2482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A2483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A2484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A2485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A2486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A2487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A2488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A2489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A2490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A2491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A2492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A2493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A2494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A2495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A2496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A2497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A2498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 9
    #A2499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A2500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/delete/DeleteIndexTemplateAction.java

    Severity Rule Message Line Col
    #A2501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/delete/DeleteIndexTemplateRequest.java

    Severity Rule Message Line Col
    #A2505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A2506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A2507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A2508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A2509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A2510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/delete/DeleteIndexTemplateRequestBuilder.java

    Severity Rule Message Line Col
    #A2511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A2512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/delete/DeleteIndexTemplateResponse.java

    Severity Rule Message Line Col
    #A2513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A2514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A2515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A2516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/delete/TransportDeleteIndexTemplateAction.java

    Severity Rule Message Line Col
    #A2517 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A2518 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A2519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A2520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A2521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A2522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A2523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A2524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A2525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A2530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13
    #A2531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A2532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/get/GetIndexTemplatesAction.java

    Severity Rule Message Line Col
    #A2533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/get/GetIndexTemplatesRequest.java

    Severity Rule Message Line Col
    #A2537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A2538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A2539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A2541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A2542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/get/GetIndexTemplatesRequestBuilder.java

    Severity Rule Message Line Col
    #A2543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A2544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/get/GetIndexTemplatesResponse.java

    Severity Rule Message Line Col
    #A2545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A2546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A2547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/get/TransportGetIndexTemplatesAction.java

    Severity Rule Message Line Col
    #A2549 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A2550 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A2551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A2552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A2553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A2554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A2555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A2556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A2557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/put/PutIndexTemplateAction.java

    Severity Rule Message Line Col
    #A2561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/put/PutIndexTemplateRequest.java

    Severity Rule Message Line Col
    #A2565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A2566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A2567 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 271
    #A2568 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 271 5
    #A2569 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 366
    #A2570 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 366 5
    #A2571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A2572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 5
    #A2573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A2574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 5
    #A2575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A2576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 5
    #A2577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456
    #A2578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/put/PutIndexTemplateRequestBuilder.java

    Severity Rule Message Line Col
    #A2579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A2580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/put/PutIndexTemplateResponse.java

    Severity Rule Message Line Col
    #A2581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A2582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A2583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A2584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/template/put/TransportPutIndexTemplateAction.java

    Severity Rule Message Line Col
    #A2585 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A2586 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A2587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A2588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A2589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A2590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A2591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A2592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A2593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A2598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 21
    #A2599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A2600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/QueryExplanation.java

    Severity Rule Message Line Col
    #A2601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A2604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/ShardValidateQueryRequest.java

    Severity Rule Message Line Col
    #A2605 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 42
    #A2606 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 42 5
    #A2607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A2608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A2609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A2610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/ShardValidateQueryResponse.java

    Severity Rule Message Line Col
    #A2611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A2614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/TransportValidateQueryAction.java

    Severity Rule Message Line Col
    #A2615 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75
    #A2616 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75 5
    #A2617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A2618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A2619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A2623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A2624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A2625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A2626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A2627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A2628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A2629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A2630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A2631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A2632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A2633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A2634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A2635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A2636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A2637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A2638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/ValidateQueryAction.java

    Severity Rule Message Line Col
    #A2639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/ValidateQueryRequest.java

    Severity Rule Message Line Col
    #A2643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A2644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A2645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A2648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A2649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A2650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A2651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A2652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/ValidateQueryRequestBuilder.java

    Severity Rule Message Line Col
    #A2653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A2654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/validate/query/ValidateQueryResponse.java

    Severity Rule Message Line Col
    #A2655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A2656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A2657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A2658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/delete/DeleteWarmerAction.java

    Severity Rule Message Line Col
    #A2659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A2660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A2661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A2662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/delete/DeleteWarmerRequest.java

    Severity Rule Message Line Col
    #A2663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A2664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A2665 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 89
    #A2666 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 89 5
    #A2667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A2668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A2669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A2670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A2671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A2672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A2673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A2674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A2675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A2676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/delete/DeleteWarmerRequestBuilder.java

    Severity Rule Message Line Col
    #A2677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A2678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/delete/DeleteWarmerResponse.java

    Severity Rule Message Line Col
    #A2679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A2680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A2681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A2682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/delete/TransportDeleteWarmerAction.java

    Severity Rule Message Line Col
    #A2683 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A2684 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A2685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A2687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A2688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A2689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A2690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A2691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A2692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A2693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A2694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A2695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A2696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A2697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A2698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 13
    #A2699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A2700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/get/GetWarmersAction.java

    Severity Rule Message Line Col
    #A2701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A2702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A2703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A2704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/get/GetWarmersRequest.java

    Severity Rule Message Line Col
    #A2705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A2706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A2707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A2708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A2709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/get/GetWarmersRequestBuilder.java

    Severity Rule Message Line Col
    #A2711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A2712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/get/GetWarmersResponse.java

    Severity Rule Message Line Col
    #A2713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A2715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A2716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/get/TransportGetWarmersAction.java

    Severity Rule Message Line Col
    #A2717 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A2718 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A2719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A2720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A2721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A2722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A2723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A2724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A2725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A2726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A2727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A2728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/put/PutWarmerAction.java

    Severity Rule Message Line Col
    #A2729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A2730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A2731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A2732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/put/PutWarmerRequest.java

    Severity Rule Message Line Col
    #A2733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A2736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A2737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A2738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A2739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A2740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A2741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A2742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A2743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A2744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/put/PutWarmerRequestBuilder.java

    Severity Rule Message Line Col
    #A2745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A2746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/put/PutWarmerResponse.java

    Severity Rule Message Line Col
    #A2747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A2749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A2750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/admin/indices/warmer/put/TransportPutWarmerAction.java

    Severity Rule Message Line Col
    #A2751 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A2752 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A2753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A2754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A2755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A2756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A2757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A2758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A2759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A2760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A2761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A2762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A2763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A2765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A2766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 21
    #A2767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A2768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 21
    #A2769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A2770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 21
    #A2771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A2772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkAction.java

    Severity Rule Message Line Col
    #A2773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A2774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A2775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A2776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A2777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A2778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkItemRequest.java

    Severity Rule Message Line Col
    #A2779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A2780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A2781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A2782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkItemResponse.java

    Severity Rule Message Line Col
    #A2783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A2784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A2785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A2786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkProcessor.java

    Severity Rule Message Line Col
    #A2787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A2788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A2789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A2790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 21
    #A2791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A2792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 21
    #A2793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A2794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkRequest.java

    Severity Rule Message Line Col
    #A2795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A2796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A2797 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 189
    #A2798 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 189 5
    #A2799 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 205
    #A2800 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 205 5
    #A2801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455
    #A2802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455 5
    #A2803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474
    #A2804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474 5
    #A2805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500
    #A2806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkRequestBuilder.java

    Severity Rule Message Line Col
    #A2807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A2808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkResponse.java

    Severity Rule Message Line Col
    #A2809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A2811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A2812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A2813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A2814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkShardRequest.java

    Severity Rule Message Line Col
    #A2815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A2816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A2817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A2818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A2819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A2822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/BulkShardResponse.java

    Severity Rule Message Line Col
    #A2823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A2824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A2825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A2826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/TransportBulkAction.java

    Severity Rule Message Line Col
    #A2827 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 79
    #A2828 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 79 5
    #A2829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A2833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A2834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 25
    #A2835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A2836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 25
    #A2837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A2838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 17
    #A2839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A2840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/bulk/TransportShardBulkAction.java

    Severity Rule Message Line Col
    #A2841 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 81
    #A2842 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 81 5
    #A2843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A2844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A2845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A2847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A2848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A2849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A2850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A2851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A2852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A2853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A2854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A2855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A2856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A2857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A2858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A2859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A2860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A2861 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 390
    #A2862 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 390 9
    #A2863 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 514
    #A2864 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 514 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/CountAction.java

    Severity Rule Message Line Col
    #A2865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/CountRequest.java

    Severity Rule Message Line Col
    #A2869 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62
    #A2870 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62 5
    #A2871 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 65
    #A2872 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 65 5
    #A2873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A2874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A2875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A2876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A2877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A2878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 5
    #A2879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A2880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 5
    #A2881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A2882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/CountRequestBuilder.java

    Severity Rule Message Line Col
    #A2883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A2884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/CountResponse.java

    Severity Rule Message Line Col
    #A2885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/ShardCountRequest.java

    Severity Rule Message Line Col
    #A2889 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 49
    #A2890 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 49 5
    #A2891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A2893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A2894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/ShardCountResponse.java

    Severity Rule Message Line Col
    #A2895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A2896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A2897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A2898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/count/TransportCountAction.java

    Severity Rule Message Line Col
    #A2899 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 78
    #A2900 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 78 5
    #A2901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A2902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A2903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A2904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A2905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A2906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A2907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A2908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A2909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A2910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A2911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A2912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A2913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A2914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A2915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A2916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A2917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A2918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A2919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A2920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A2921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A2922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/DeleteAction.java

    Severity Rule Message Line Col
    #A2923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A2924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A2925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A2926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/DeleteRequest.java

    Severity Rule Message Line Col
    #A2927 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 51
    #A2928 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 51 5
    #A2929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A2930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A2931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A2932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A2933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A2934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5
    #A2935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A2936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/DeleteRequestBuilder.java

    Severity Rule Message Line Col
    #A2937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A2938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/DeleteResponse.java

    Severity Rule Message Line Col
    #A2939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A2940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A2941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A2942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/IndexDeleteResponse.java

    Severity Rule Message Line Col
    #A2943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A2944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A2945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A2946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/ShardDeleteRequest.java

    Severity Rule Message Line Col
    #A2947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A2948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A2949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A2950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A2951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A2952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A2953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A2954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/ShardDeleteResponse.java

    Severity Rule Message Line Col
    #A2955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A2956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A2957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A2958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/TransportDeleteAction.java

    Severity Rule Message Line Col
    #A2959 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A2960 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A2961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A2962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A2963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A2964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A2965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A2966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 17
    #A2967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A2968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 17
    #A2969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A2970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A2971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A2972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A2973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A2974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 25
    #A2975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A2976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 25
    #A2977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A2978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A2979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A2980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A2981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A2982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A2983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A2984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A2985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A2986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A2987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A2988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A2989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A2990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/TransportIndexDeleteAction.java

    Severity Rule Message Line Col
    #A2991 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A2992 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A2993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A2994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A2995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A2996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A2997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A2998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A2999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A3000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/delete/TransportShardDeleteAction.java

    Severity Rule Message Line Col
    #A3001 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A3002 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A3003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A3004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A3005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A3006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A3007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A3008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A3009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A3010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A3011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A3012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A3013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A3014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A3015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A3016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A3017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A3018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A3019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A3020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/DeleteByQueryAction.java

    Severity Rule Message Line Col
    #A3021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A3022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A3023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A3024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/DeleteByQueryRequest.java

    Severity Rule Message Line Col
    #A3025 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62
    #A3026 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62 5
    #A3027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A3028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A3029 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 125
    #A3030 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 125 5
    #A3031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A3032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/DeleteByQueryRequestBuilder.java

    Severity Rule Message Line Col
    #A3033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A3034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/DeleteByQueryResponse.java

    Severity Rule Message Line Col
    #A3035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A3036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A3037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A3038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A3039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A3040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/IndexDeleteByQueryRequest.java

    Severity Rule Message Line Col
    #A3041 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 35
    #A3042 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 35 5
    #A3043 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 37
    #A3044 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/IndexDeleteByQueryResponse.java

    Severity Rule Message Line Col
    #A3045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A3046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A3047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A3048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/ShardDeleteByQueryRequest.java

    Severity Rule Message Line Col
    #A3049 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 49
    #A3050 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 49 5
    #A3051 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 51
    #A3052 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 51 5
    #A3053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A3054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A3055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A3056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A3057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A3058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A3059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A3061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A3062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A3063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A3064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/ShardDeleteByQueryResponse.java

    Severity Rule Message Line Col
    #A3065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A3066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A3067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A3068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/TransportDeleteByQueryAction.java

    Severity Rule Message Line Col
    #A3069 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A3070 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A3071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A3072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A3073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A3074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A3075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A3076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A3077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A3078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A3079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A3080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A3081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A3083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A3084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A3085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A3086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/TransportIndexDeleteByQueryAction.java

    Severity Rule Message Line Col
    #A3087 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A3088 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A3089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A3090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A3091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A3092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A3093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A3094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A3095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A3096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A3097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A3098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A3099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A3100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/deletebyquery/TransportShardDeleteByQueryAction.java

    Severity Rule Message Line Col
    #A3101 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A3102 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A3103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A3104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A3105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A3106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A3107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A3108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A3109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A3110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A3111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A3112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A3113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A3114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A3115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A3116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A3117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A3118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A3119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A3120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/exists/ExistsAction.java

    Severity Rule Message Line Col
    #A3121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A3122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A3123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A3124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/exists/ExistsRequest.java

    Severity Rule Message Line Col
    #A3125 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 46
    #A3126 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 46 5
    #A3127 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 49
    #A3128 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 49 5
    #A3129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A3130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A3131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A3132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A3133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A3134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A3135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A3136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A3137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A3138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/exists/ExistsRequestBuilder.java

    Severity Rule Message Line Col
    #A3139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A3140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/exists/ExistsResponse.java

    Severity Rule Message Line Col
    #A3141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A3142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A3143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A3144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/exists/ShardExistsRequest.java

    Severity Rule Message Line Col
    #A3145 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 42
    #A3146 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 42 5
    #A3147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A3148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A3149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A3150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/exists/ShardExistsResponse.java

    Severity Rule Message Line Col
    #A3151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A3152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A3153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A3154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/exists/TransportExistsAction.java

    Severity Rule Message Line Col
    #A3155 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 78
    #A3156 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 78 5
    #A3157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A3158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A3159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A3160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A3161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A3162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A3163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A3164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A3165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A3166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A3167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A3168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A3169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A3170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A3171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A3172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A3173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A3174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A3175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A3176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A3177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A3178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A3179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A3180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9
    #A3181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A3182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9
    #A3183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A3184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/explain/ExplainRequest.java

    Severity Rule Message Line Col
    #A3185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A3186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A3187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A3188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A3189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A3190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A3191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A3192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/explain/TransportExplainAction.java

    Severity Rule Message Line Col
    #A3193 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 72
    #A3194 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 72 5
    #A3195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A3196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A3197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A3198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A3199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A3200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A3201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A3202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A3203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A3204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/GetAction.java

    Severity Rule Message Line Col
    #A3205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/GetRequest.java

    Severity Rule Message Line Col
    #A3209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A3210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A3211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A3212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5
    #A3213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A3214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 5
    #A3215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351
    #A3216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/GetRequestBuilder.java

    Severity Rule Message Line Col
    #A3217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A3218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/GetResponse.java

    Severity Rule Message Line Col
    #A3219 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 127
    #A3220 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 127 5
    #A3221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A3222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A3223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A3224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A3225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A3226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A3227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A3228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/MultiGetAction.java

    Severity Rule Message Line Col
    #A3229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/MultiGetItemResponse.java

    Severity Rule Message Line Col
    #A3233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A3234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A3235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A3236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/MultiGetRequest.java

    Severity Rule Message Line Col
    #A3237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A3238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A3239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A3240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A3241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A3242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9
    #A3243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A3244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 9
    #A3245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A3246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 9
    #A3247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A3248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9
    #A3249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A3250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A3251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301
    #A3252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301 5
    #A3253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500
    #A3254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500 5
    #A3255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 505
    #A3256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 505 5
    #A3257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527
    #A3258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/MultiGetRequestBuilder.java

    Severity Rule Message Line Col
    #A3259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A3260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/MultiGetResponse.java

    Severity Rule Message Line Col
    #A3261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A3262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A3263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A3264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A3265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A3266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A3267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A3268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A3269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A3270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A3271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A3272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/MultiGetShardRequest.java

    Severity Rule Message Line Col
    #A3273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A3274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A3275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A3276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A3277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A3278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/MultiGetShardResponse.java

    Severity Rule Message Line Col
    #A3279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A3280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A3281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A3282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/TransportGetAction.java

    Severity Rule Message Line Col
    #A3283 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49
    #A3284 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49 5
    #A3285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A3286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A3287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A3288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A3289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A3290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A3291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A3292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A3293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A3294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A3295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A3296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A3297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A3298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/TransportMultiGetAction.java

    Severity Rule Message Line Col
    #A3299 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A3300 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A3301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A3302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A3303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A3304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A3305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A3306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 17
    #A3307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A3308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/get/TransportShardMultiGetAction.java

    Severity Rule Message Line Col
    #A3309 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A3310 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A3311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A3312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A3313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A3314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A3315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A3316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A3317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A3318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A3319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A3320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A3321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A3322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A3323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A3324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A3325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A3326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/index/IndexAction.java

    Severity Rule Message Line Col
    #A3327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/index/IndexRequest.java

    Severity Rule Message Line Col
    #A3331 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 129
    #A3332 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 129 5
    #A3333 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 131
    #A3334 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 131 5
    #A3335 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 133
    #A3336 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 133 5
    #A3337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A3338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5
    #A3339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A3340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 5
    #A3341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 673
    #A3342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 673 5
    #A3343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 694
    #A3344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 694 5
    #A3345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713
    #A3346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/index/IndexRequestBuilder.java

    Severity Rule Message Line Col
    #A3347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A3348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/index/IndexResponse.java

    Severity Rule Message Line Col
    #A3349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A3350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A3351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A3352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/index/TransportIndexAction.java

    Severity Rule Message Line Col
    #A3353 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 72
    #A3354 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 72 5
    #A3355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A3356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A3357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A3358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 17
    #A3359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A3360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 17
    #A3361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A3363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A3364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A3365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A3366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A3367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A3368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A3369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A3370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A3371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A3372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A3373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A3374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A3375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A3376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A3377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A3378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A3379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A3380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/delete/DeleteIndexedScriptAction.java

    Severity Rule Message Line Col
    #A3381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/delete/DeleteIndexedScriptRequest.java

    Severity Rule Message Line Col
    #A3385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A3386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A3387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A3388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A3389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A3390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A3391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A3392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A3393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A3394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A3395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A3396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/delete/DeleteIndexedScriptRequestBuilder.java

    Severity Rule Message Line Col
    #A3397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A3398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/delete/DeleteIndexedScriptResponse.java

    Severity Rule Message Line Col
    #A3399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A3400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A3401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A3402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/delete/TransportDeleteIndexedScriptAction.java

    Severity Rule Message Line Col
    #A3403 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A3404 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A3405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A3406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A3407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A3408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A3409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A3410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/get/GetIndexedScriptAction.java

    Severity Rule Message Line Col
    #A3411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/get/GetIndexedScriptRequest.java

    Severity Rule Message Line Col
    #A3415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A3416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A3417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A3418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A3419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A3420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A3421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A3422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A3423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A3424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A3425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A3426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/get/GetIndexedScriptRequestBuilder.java

    Severity Rule Message Line Col
    #A3427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A3428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/get/GetIndexedScriptResponse.java

    Severity Rule Message Line Col
    #A3429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A3431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A3432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A3433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A3434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A3435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A3436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/get/TransportGetIndexedScriptAction.java

    Severity Rule Message Line Col
    #A3437 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A3438 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A3439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A3440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A3441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A3442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A3443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A3444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13
    #A3445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A3446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/put/PutIndexedScriptAction.java

    Severity Rule Message Line Col
    #A3447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A3448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A3449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A3450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/put/PutIndexedScriptRequest.java

    Severity Rule Message Line Col
    #A3451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A3452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A3453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A3454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A3455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A3456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A3457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A3458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 5
    #A3459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A3460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 5
    #A3461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365
    #A3462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/put/PutIndexedScriptRequestBuilder.java

    Severity Rule Message Line Col
    #A3463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A3464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/put/PutIndexedScriptResponse.java

    Severity Rule Message Line Col
    #A3465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A3466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A3467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A3468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/indexedscripts/put/TransportPutIndexedScriptAction.java

    Severity Rule Message Line Col
    #A3469 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A3470 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A3471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A3472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A3473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A3474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A3475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A3476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/mlt/MoreLikeThisAction.java

    Severity Rule Message Line Col
    #A3477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A3478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A3479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A3480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/mlt/MoreLikeThisRequest.java

    Severity Rule Message Line Col
    #A3481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A3482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A3483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A3484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 13
    #A3485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A3486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 13
    #A3487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A3488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 13
    #A3489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A3490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 13
    #A3491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A3492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 13
    #A3493 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 238
    #A3494 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 238 5
    #A3495 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 246
    #A3496 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 246 5
    #A3497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582
    #A3498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582 5
    #A3499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597
    #A3500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597 5
    #A3501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 681
    #A3502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 681 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/mlt/MoreLikeThisRequestBuilder.java

    Severity Rule Message Line Col
    #A3503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A3504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/mlt/TransportMoreLikeThisAction.java

    Severity Rule Message Line Col
    #A3505 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80
    #A3506 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80 5
    #A3507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A3508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A3509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A3510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A3511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A3512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 13
    #A3513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A3514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 21
    #A3515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A3516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 21
    #A3517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A3518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 13
    #A3519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A3520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 13
    #A3521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A3522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 13
    #A3523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A3524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 13
    #A3525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A3526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 13
    #A3527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A3528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/MultiPercolateAction.java

    Severity Rule Message Line Col
    #A3529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A3530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A3531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A3532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/MultiPercolateRequest.java

    Severity Rule Message Line Col
    #A3533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A3534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A3535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395
    #A3536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395 5
    #A3537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414
    #A3538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414 5
    #A3539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 428
    #A3540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 428 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/MultiPercolateRequestBuilder.java

    Severity Rule Message Line Col
    #A3541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A3542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/MultiPercolateResponse.java

    Severity Rule Message Line Col
    #A3543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A3544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A3545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A3546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A3547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A3548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A3549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A3550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A3551 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 131
    #A3552 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 131 9
    #A3553 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 139
    #A3554 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 139 9
    #A3555 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 147
    #A3556 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 147 9
    #A3557 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 155
    #A3558 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 155 9
    #A3559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A3560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 9
    #A3561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A3562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/PercolateAction.java

    Severity Rule Message Line Col
    #A3563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/PercolateRequest.java

    Severity Rule Message Line Col
    #A3567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A3568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A3569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A3570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A3571 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 187
    #A3572 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 187 5
    #A3573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283
    #A3574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283 5
    #A3575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A3576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 5
    #A3577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315
    #A3578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/PercolateRequestBuilder.java

    Severity Rule Message Line Col
    #A3579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A3580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5
    #A3581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A3582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/PercolateResponse.java

    Severity Rule Message Line Col
    #A3583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A3584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A3585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A3586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A3587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A3588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A3589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A3590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A3591 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 265
    #A3592 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 265 9
    #A3593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A3594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 9
    #A3595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A3596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/PercolateShardRequest.java

    Severity Rule Message Line Col
    #A3597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A3598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A3599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/PercolateShardResponse.java

    Severity Rule Message Line Col
    #A3601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A3602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A3603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A3604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/PercolateSourceBuilder.java

    Severity Rule Message Line Col
    #A3605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A3606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A3607 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 262
    #A3608 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 262 9
    #A3609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A3610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/TransportMultiPercolateAction.java

    Severity Rule Message Line Col
    #A3611 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A3612 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A3613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A3614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A3615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A3616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A3617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A3618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 17
    #A3619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A3620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 17
    #A3621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A3622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 21
    #A3623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A3624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 21
    #A3625 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 247
    #A3626 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 247 9
    #A3627 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 277
    #A3628 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 277 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/TransportPercolateAction.java

    Severity Rule Message Line Col
    #A3629 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61
    #A3630 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61 5
    #A3631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A3632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A3633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A3634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 17
    #A3635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A3636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 17
    #A3637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A3638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A3639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A3640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A3641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A3642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A3643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A3644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A3645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A3646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A3647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A3648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A3649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A3650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A3651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A3652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A3653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A3654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A3655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A3656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/percolate/TransportShardMultiPercolateAction.java

    Severity Rule Message Line Col
    #A3657 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A3658 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A3659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A3660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A3661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A3662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A3663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A3664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A3665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A3666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A3667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A3668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A3669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A3670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A3671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A3672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A3673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A3674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 9
    #A3675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A3676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 9
    #A3677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A3678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 9
    #A3679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A3680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A3681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A3682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/ClearScrollAction.java

    Severity Rule Message Line Col
    #A3683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/ClearScrollRequest.java

    Severity Rule Message Line Col
    #A3687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A3688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A3689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A3690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A3691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A3692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/ClearScrollRequestBuilder.java

    Severity Rule Message Line Col
    #A3693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A3694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/ClearScrollResponse.java

    Severity Rule Message Line Col
    #A3695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A3696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A3697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A3698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A3699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A3700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A3701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A3702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/MultiSearchAction.java

    Severity Rule Message Line Col
    #A3703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/MultiSearchRequest.java

    Severity Rule Message Line Col
    #A3707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A3708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5
    #A3709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A3710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 5
    #A3711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A3712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 5
    #A3713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A3714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/MultiSearchRequestBuilder.java

    Severity Rule Message Line Col
    #A3715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A3716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/MultiSearchResponse.java

    Severity Rule Message Line Col
    #A3717 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 67
    #A3718 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 67 9
    #A3719 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 75
    #A3720 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 75 9
    #A3721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A3723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A3724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A3725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A3726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A3727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A3728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A3729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A3730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A3731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A3732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A3733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A3734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchAction.java

    Severity Rule Message Line Col
    #A3735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchPhaseExecutionException.java

    Severity Rule Message Line Col
    #A3739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A3740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchRequest.java

    Severity Rule Message Line Col
    #A3741 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 68
    #A3742 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 68 5
    #A3743 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 70
    #A3744 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 70 5
    #A3745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A3746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A3747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A3748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A3749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A3750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A3751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497
    #A3752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497 5
    #A3753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 545
    #A3754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 545 5
    #A3755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591
    #A3756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchRequestBuilder.java

    Severity Rule Message Line Col
    #A3757 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 460
    #A3758 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 460 5
    #A3759 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 477
    #A3760 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 477 5
    #A3761 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 540
    #A3762 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 540 5
    #A3763 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 550
    #A3764 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 550 5
    #A3765 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 560
    #A3766 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 560 5
    #A3767 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 570
    #A3768 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 570 5
    #A3769 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 580
    #A3770 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 580 5
    #A3771 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 590
    #A3772 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 590 5
    #A3773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1104
    #A3774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1104 5
    #A3775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1109
    #A3776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1109 5
    #A3777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1117
    #A3778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchResponse.java

    Severity Rule Message Line Col
    #A3779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A3780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A3781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A3782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A3783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A3784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 5
    #A3785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A3786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchScrollAction.java

    Severity Rule Message Line Col
    #A3787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A3788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A3789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A3790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchScrollRequest.java

    Severity Rule Message Line Col
    #A3791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A3792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A3793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A3794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A3795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A3796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/SearchScrollRequestBuilder.java

    Severity Rule Message Line Col
    #A3797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A3798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/ShardSearchFailure.java

    Severity Rule Message Line Col
    #A3799 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 83
    #A3800 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 83 5
    #A3801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A3802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A3803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A3804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A3805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A3806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A3807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A3808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A3809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A3810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/TransportClearScrollAction.java

    Severity Rule Message Line Col
    #A3811 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A3812 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A3813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A3814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A3815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A3816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A3817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A3818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 25
    #A3819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A3820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 25
    #A3821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A3822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 29
    #A3823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A3824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 29

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/TransportMultiSearchAction.java

    Severity Rule Message Line Col
    #A3825 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A3826 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A3827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A3828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A3829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A3830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 17
    #A3831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A3832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 17
    #A3833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/TransportSearchAction.java

    Severity Rule Message Line Col
    #A3835 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A3836 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A3837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A3838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A3839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A3840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/TransportSearchScrollAction.java

    Severity Rule Message Line Col
    #A3841 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52
    #A3842 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52 5
    #A3843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A3844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A3845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A3846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchCountAction.java

    Severity Rule Message Line Col
    #A3847 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A3848 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A3849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A3850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A3851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A3852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A3853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A3854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A3855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A3856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchDfsQueryAndFetchAction.java

    Severity Rule Message Line Col
    #A3857 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52
    #A3858 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52 5
    #A3859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A3860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A3861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A3862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A3863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A3864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A3865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A3866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A3867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A3868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 17
    #A3869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A3870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 17
    #A3871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A3872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 17
    #A3873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A3874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchDfsQueryThenFetchAction.java

    Severity Rule Message Line Col
    #A3875 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A3876 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A3877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A3878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A3879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A3880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A3881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A3882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A3883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A3884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A3885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A3886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 17
    #A3887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A3888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 17
    #A3889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A3890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 17
    #A3891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A3892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 17
    #A3893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A3894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 17
    #A3895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A3896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchQueryAndFetchAction.java

    Severity Rule Message Line Col
    #A3897 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49
    #A3898 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49 5
    #A3899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A3900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A3901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A3902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A3903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A3904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A3905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A3906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A3907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A3908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 17
    #A3909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A3910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchQueryThenFetchAction.java

    Severity Rule Message Line Col
    #A3911 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A3912 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A3913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A3914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A3915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A3916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A3917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A3918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A3919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A3921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A3922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 17
    #A3923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A3924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 17
    #A3925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A3926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 17
    #A3927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A3928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchScanAction.java

    Severity Rule Message Line Col
    #A3929 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A3930 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A3931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A3932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A3933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A3934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A3935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A3936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A3937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A3938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchScrollQueryAndFetchAction.java

    Severity Rule Message Line Col
    #A3939 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A3940 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A3941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A3942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 17
    #A3943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A3944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchScrollQueryThenFetchAction.java

    Severity Rule Message Line Col
    #A3945 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57
    #A3946 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57 5
    #A3947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A3948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 17
    #A3949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A3950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 17
    #A3951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A3952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 21
    #A3953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A3954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchScrollScanAction.java

    Severity Rule Message Line Col
    #A3955 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A3956 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A3957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A3958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 17
    #A3959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A3960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/search/type/TransportSearchTypeAction.java

    Severity Rule Message Line Col
    #A3961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A3962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 25
    #A3963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A3964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/ShardSuggestRequest.java

    Severity Rule Message Line Col
    #A3965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A3966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A3967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A3968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/ShardSuggestResponse.java

    Severity Rule Message Line Col
    #A3969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A3970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A3971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A3972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/SuggestAction.java

    Severity Rule Message Line Col
    #A3973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A3974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A3975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A3976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/SuggestRequest.java

    Severity Rule Message Line Col
    #A3977 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 53
    #A3978 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 53 5
    #A3979 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 56
    #A3980 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 56 5
    #A3981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A3982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A3983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A3984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A3985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A3986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A3987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A3988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A3989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A3990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/SuggestRequestBuilder.java

    Severity Rule Message Line Col
    #A3991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A3992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/SuggestResponse.java

    Severity Rule Message Line Col
    #A3993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A3994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A3995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A3996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A3997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A3998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/suggest/TransportSuggestAction.java

    Severity Rule Message Line Col
    #A3999 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68
    #A4000 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68 5
    #A4001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A4002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A4003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A4004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A4005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A4006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A4007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A4008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A4009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A4010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A4011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A4012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A4013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A4014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A4015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A4016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A4017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A4018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A4019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A4020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/AbstractListenableActionFuture.java

    Severity Rule Message Line Col
    #A4021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A4022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A4023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A4024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/ActionFilter.java

    Severity Rule Message Line Col
    #A4025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A4026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A4027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A4028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/ActionFilters.java

    Severity Rule Message Line Col
    #A4029 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A4030 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A4031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A4032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/AdapterActionFuture.java

    Severity Rule Message Line Col
    #A4033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A4034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A4035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A4036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A4037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A4038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A4039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A4040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A4041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A4042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A4043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A4044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A4045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A4046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A4047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A4048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/DefaultShardOperationFailedException.java

    Severity Rule Message Line Col
    #A4049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A4050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A4051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A4052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A4053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A4054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A4055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A4056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A4057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A4058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A4059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A4060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A4061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A4062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/DelegatingActionListener.java

    Severity Rule Message Line Col
    #A4063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A4064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A4065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A4066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/DestructiveOperations.java

    Severity Rule Message Line Col
    #A4067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A4068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/HandledTransportAction.java

    Severity Rule Message Line Col
    #A4069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A4070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 13
    #A4071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A4072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A4073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A4074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 17
    #A4075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A4076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 17
    #A4077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A4078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/IndicesOptions.java

    Severity Rule Message Line Col
    #A4079 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 197
    #A4080 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 197 5
    #A4081 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 240
    #A4082 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 240 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/PlainActionFuture.java

    Severity Rule Message Line Col
    #A4083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A4084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/PlainListenableActionFuture.java

    Severity Rule Message Line Col
    #A4085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A4086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/TransportAction.java

    Severity Rule Message Line Col
    #A4087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A4088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A4089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A4090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 21
    #A4091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A4092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A4093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A4094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 21
    #A4095 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 160
    #A4096 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 160 19
    #A4097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A4098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 9
    #A4099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A4100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 9
    #A4101 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 200
    #A4102 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 200 19
    #A4103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A4104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 9
    #A4105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A4106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/broadcast/BroadcastOperationRequest.java

    Severity Rule Message Line Col
    #A4107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A4108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A4109 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 57
    #A4110 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 57 5
    #A4111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A4112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A4113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A4114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A4115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A4116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A4117 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 74
    #A4118 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 74 5
    #A4119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A4120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A4121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A4122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/broadcast/BroadcastOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4123 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37
    #A4124 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37 5
    #A4125 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43
    #A4126 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/broadcast/BroadcastOperationResponse.java

    Severity Rule Message Line Col
    #A4127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A4128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A4129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A4130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/broadcast/BroadcastShardOperationRequest.java

    Severity Rule Message Line Col
    #A4131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A4132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A4133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A4134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A4135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A4136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A4137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A4138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/broadcast/BroadcastShardOperationResponse.java

    Severity Rule Message Line Col
    #A4139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A4140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A4141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A4142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/broadcast/TransportBroadcastOperationAction.java

    Severity Rule Message Line Col
    #A4143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A4144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A4145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A4146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 29
    #A4147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A4148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 33
    #A4149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A4150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 33
    #A4151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A4152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 33
    #A4153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A4154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 33
    #A4155 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 212
    #A4156 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 212 9
    #A4157 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 221
    #A4158 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 221 9
    #A4159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A4160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 9
    #A4161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A4162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 9
    #A4163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A4164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 9
    #A4165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A4166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 17
    #A4167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313
    #A4168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313 17
    #A4169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A4170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 9
    #A4171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A4172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 9
    #A4173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A4174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/AcknowledgedRequest.java

    Severity Rule Message Line Col
    #A4175 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54
    #A4176 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54 5
    #A4177 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 65
    #A4178 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 65 5
    #A4179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A4180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/AcknowledgedRequestBuilder.java

    Severity Rule Message Line Col
    #A4181 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 39
    #A4182 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 39 5
    #A4183 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49
    #A4184 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/MasterNodeOperationRequest.java

    Severity Rule Message Line Col
    #A4185 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49
    #A4186 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49 5
    #A4187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A4188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A4189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A4190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/MasterNodeOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4191 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A4192 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 5
    #A4193 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 51
    #A4194 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/MasterNodeReadOperationRequest.java

    Severity Rule Message Line Col
    #A4195 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 35
    #A4196 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/MasterNodeReadOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4197 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 40
    #A4198 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/TransportMasterNodeOperationAction.java

    Severity Rule Message Line Col
    #A4199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A4200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A4201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A4202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A4203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A4204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 29
    #A4205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A4206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 29
    #A4207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A4208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 29
    #A4209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A4210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 29
    #A4211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A4212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 25
    #A4213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A4214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 33
    #A4215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A4216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 33
    #A4217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A4218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 33
    #A4219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A4220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 33
    #A4221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A4222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 33
    #A4223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A4224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 17
    #A4225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A4226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 17
    #A4227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A4228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 17
    #A4229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A4230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 17
    #A4231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A4232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 56
    #A4233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A4234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 56
    #A4235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A4236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 56
    #A4237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A4238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 56
    #A4239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A4240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 9
    #A4241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A4242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 9
    #A4243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A4244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 9
    #A4245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A4246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 17
    #A4247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A4248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/info/ClusterInfoRequest.java

    Severity Rule Message Line Col
    #A4249 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 40
    #A4250 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 40 5
    #A4251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A4252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A4253 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47
    #A4254 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47 5
    #A4255 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53
    #A4256 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 53 5
    #A4257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A4258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A4259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A4260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A4261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A4262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A4263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A4264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/info/ClusterInfoRequestBuilder.java

    Severity Rule Message Line Col
    #A4265 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37
    #A4266 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37 5
    #A4267 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43
    #A4268 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43 5
    #A4269 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49
    #A4270 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49 5
    #A4271 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 55
    #A4272 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 55 5
    #A4273 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 61
    #A4274 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/master/info/TransportClusterInfoAction.java

    Severity Rule Message Line Col
    #A4275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A4276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A4277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A4278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/nodes/NodeOperationRequest.java

    Severity Rule Message Line Col
    #A4279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A4280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A4281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A4282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/nodes/NodeOperationResponse.java

    Severity Rule Message Line Col
    #A4283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A4284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A4285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A4286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/nodes/NodesOperationRequest.java

    Severity Rule Message Line Col
    #A4287 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59
    #A4288 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59 5
    #A4289 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 69
    #A4290 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 69 5
    #A4291 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75
    #A4292 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75 5
    #A4293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A4294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A4295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A4296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A4297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A4298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/nodes/NodesOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4299 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 35
    #A4300 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 35 5
    #A4301 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41
    #A4302 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41 5
    #A4303 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47
    #A4304 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/nodes/NodesOperationResponse.java

    Severity Rule Message Line Col
    #A4305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A4306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A4307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A4308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A4309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A4310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/nodes/TransportNodesOperationAction.java

    Severity Rule Message Line Col
    #A4311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A4312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A4313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A4314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 21
    #A4315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A4316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 29
    #A4317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A4318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 29
    #A4319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A4320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 33
    #A4321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A4322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 33
    #A4323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A4324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 33
    #A4325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A4326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 33
    #A4327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A4328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A4329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A4330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 9
    #A4331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A4332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 17
    #A4333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A4334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 17
    #A4335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A4336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9
    #A4337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A4338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9
    #A4339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A4340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 9
    #A4341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A4342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 9
    #A4343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A4344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 9
    #A4345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A4346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/IndexReplicationOperationRequest.java

    Severity Rule Message Line Col
    #A4347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A4348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A4349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A4350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A4351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A4352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A4353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A4354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A4355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A4356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/IndicesReplicationOperationRequest.java

    Severity Rule Message Line Col
    #A4357 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59
    #A4358 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59 5
    #A4359 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68
    #A4360 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68 5
    #A4361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A4362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A4363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A4364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A4365 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 84
    #A4366 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 84 5
    #A4367 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 96
    #A4368 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 96 5
    #A4369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A4370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A4371 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 110
    #A4372 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 110 5
    #A4373 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 133
    #A4374 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 133 5
    #A4375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A4376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A4377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A4378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A4379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A4380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/IndicesReplicationOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4381 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41
    #A4382 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41 5
    #A4383 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50
    #A4384 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50 5
    #A4385 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A4386 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 5
    #A4387 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 66
    #A4388 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 66 5
    #A4389 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75
    #A4390 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75 5
    #A4391 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 84
    #A4392 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 84 5
    #A4393 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 93
    #A4394 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/ShardReplicationOperationRequest.java

    Severity Rule Message Line Col
    #A4395 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 106
    #A4396 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 106 5
    #A4397 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 115
    #A4398 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 115 5
    #A4399 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 136
    #A4400 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 136 5
    #A4401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A4402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A4403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A4404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A4405 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 162
    #A4406 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 162 5
    #A4407 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 182
    #A4408 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 182 5
    #A4409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A4410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A4411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A4412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 5
    #A4413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A4414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/ShardReplicationOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4415 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41
    #A4416 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41 5
    #A4417 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50
    #A4418 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50 5
    #A4419 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59
    #A4420 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59 5
    #A4421 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 65
    #A4422 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 65 5
    #A4423 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 74
    #A4424 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 74 5
    #A4425 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83
    #A4426 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83 5
    #A4427 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 92
    #A4428 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/TransportIndexReplicationOperationAction.java

    Severity Rule Message Line Col
    #A4429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A4430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A4431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A4432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 17
    #A4433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A4434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/TransportIndicesReplicationOperationAction.java

    Severity Rule Message Line Col
    #A4435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A4436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A4437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A4438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 21
    #A4439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A4440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 21
    #A4441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A4442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9
    #A4443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A4444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A4445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A4446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A4447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A4448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 17
    #A4449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A4450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/replication/TransportShardReplicationOperationAction.java

    Severity Rule Message Line Col
    #A4451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A4452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A4453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A4454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 9
    #A4455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A4456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 9
    #A4457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A4458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 9
    #A4459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A4460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 17
    #A4461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A4462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 17
    #A4463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A4464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 9
    #A4465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A4466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9
    #A4467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A4468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 9
    #A4469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A4470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9
    #A4471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A4472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 9
    #A4473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A4474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 9
    #A4475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A4476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 9
    #A4477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A4478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 9
    #A4479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A4480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 33
    #A4481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438
    #A4482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438 25
    #A4483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 443
    #A4484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 443 25
    #A4485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 448
    #A4486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 448 25
    #A4487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 453
    #A4488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 453 25
    #A4489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 491
    #A4490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 491 17
    #A4491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 496
    #A4492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 496 17
    #A4493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 501
    #A4494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 501 17
    #A4495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 690
    #A4496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 690 21
    #A4497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 695
    #A4498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 695 21
    #A4499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 717
    #A4500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 717 29
    #A4501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 730
    #A4502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 730 29
    #A4503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735
    #A4504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735 29

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/custom/SingleCustomOperationRequest.java

    Severity Rule Message Line Col
    #A4505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A4506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A4507 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 62
    #A4508 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 62 5
    #A4509 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72
    #A4510 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72 5
    #A4511 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78
    #A4512 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78 5
    #A4513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A4514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A4515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A4516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A4517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A4518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A4519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A4520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/custom/SingleCustomOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4521 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38
    #A4522 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38 5
    #A4523 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 48
    #A4524 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/custom/TransportSingleCustomOperationAction.java

    Severity Rule Message Line Col
    #A4525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A4526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A4527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A4528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 25
    #A4529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A4530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 33
    #A4531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A4532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 37
    #A4533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A4534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 25
    #A4535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A4536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 25
    #A4537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A4538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 25
    #A4539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283
    #A4540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283 25
    #A4541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A4542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 9
    #A4543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A4544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 9
    #A4545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A4546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 9
    #A4547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330
    #A4548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330 9
    #A4549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A4550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 9
    #A4551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A4552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 9
    #A4553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A4554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/instance/InstanceShardOperationRequest.java

    Severity Rule Message Line Col
    #A4555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A4556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A4557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A4558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A4559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A4560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A4561 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 77
    #A4562 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 77 5
    #A4563 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 90
    #A4564 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 90 5
    #A4565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A4566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A4567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A4568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/instance/InstanceShardOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4569 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 36
    #A4570 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 36 5
    #A4571 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 45
    #A4572 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 45 5
    #A4573 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54
    #A4574 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/instance/TransportInstanceSingleOperationAction.java

    Severity Rule Message Line Col
    #A4575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A4576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A4577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A4578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 25
    #A4579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A4580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 21
    #A4581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A4582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 21
    #A4583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A4584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 21
    #A4585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A4586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 21
    #A4587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A4588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 17
    #A4589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A4590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 17
    #A4591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A4592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 17
    #A4593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A4594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 9
    #A4595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A4596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 9
    #A4597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A4598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 9
    #A4599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A4600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 17
    #A4601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A4602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/shard/SingleShardOperationRequest.java

    Severity Rule Message Line Col
    #A4603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A4604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A4605 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75
    #A4606 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75 5
    #A4607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A4608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A4609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A4610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A4611 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 101
    #A4612 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 101 5
    #A4613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A4614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A4615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A4616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/shard/SingleShardOperationRequestBuilder.java

    Severity Rule Message Line Col
    #A4617 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38
    #A4618 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38 5
    #A4619 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47
    #A4620 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/support/single/shard/TransportShardSingleOperationAction.java

    Severity Rule Message Line Col
    #A4621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A4622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A4623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A4624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 29
    #A4625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A4626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 25
    #A4627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A4628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 25
    #A4629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A4630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 25
    #A4631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A4632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 25
    #A4633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A4634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A4635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A4636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 9
    #A4637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A4638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 9
    #A4639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A4640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 17
    #A4641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A4642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 17
    #A4643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283
    #A4644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283 9
    #A4645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A4646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 9
    #A4647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A4648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 9
    #A4649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A4650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 9
    #A4651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A4652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 9
    #A4653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A4654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 9
    #A4655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A4656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/MultiTermVectorsAction.java

    Severity Rule Message Line Col
    #A4657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A4658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A4659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A4660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/MultiTermVectorsItemResponse.java

    Severity Rule Message Line Col
    #A4661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A4662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A4663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A4664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/MultiTermVectorsRequest.java

    Severity Rule Message Line Col
    #A4665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A4666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A4667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A4668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A4669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A4670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A4671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A4672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A4673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A4674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/MultiTermVectorsRequestBuilder.java

    Severity Rule Message Line Col
    #A4675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A4676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/MultiTermVectorsResponse.java

    Severity Rule Message Line Col
    #A4677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A4678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A4679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A4680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A4681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A4682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A4683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A4684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A4685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A4686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A4687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A4688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/MultiTermVectorsShardRequest.java

    Severity Rule Message Line Col
    #A4689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A4690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A4691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A4692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A4693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A4694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/MultiTermVectorsShardResponse.java

    Severity Rule Message Line Col
    #A4695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A4696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A4697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A4698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TermVectorAction.java

    Severity Rule Message Line Col
    #A4699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A4700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A4701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A4702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TermVectorFields.java

    Severity Rule Message Line Col
    #A4703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A4704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A4705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A4706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A4707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A4708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 13
    #A4709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A4710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 13
    #A4711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A4712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A4713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A4714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A4715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A4716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 9
    #A4717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A4718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 17
    #A4719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A4720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 17
    #A4721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A4722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 17
    #A4723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A4724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 17
    #A4725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A4726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 17
    #A4727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A4728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 17
    #A4729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A4730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 17
    #A4731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A4732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 17
    #A4733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A4734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 17
    #A4735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A4736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 17
    #A4737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348
    #A4738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348 9
    #A4739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A4740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 9
    #A4741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A4742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 9
    #A4743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363
    #A4744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363 9
    #A4745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368
    #A4746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368 9
    #A4747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A4748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 9
    #A4749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378
    #A4750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378 9
    #A4751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A4752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 9
    #A4753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388
    #A4754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388 9
    #A4755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 420
    #A4756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 420 9
    #A4757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425
    #A4758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425 9
    #A4759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430
    #A4760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430 9
    #A4761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A4762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 9
    #A4763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444
    #A4764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444 9
    #A4765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451
    #A4766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451 9
    #A4767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462
    #A4768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462 9
    #A4769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474
    #A4770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474 9
    #A4771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480
    #A4772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TermVectorRequest.java

    Severity Rule Message Line Col
    #A4773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A4774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 5
    #A4775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377
    #A4776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377 5
    #A4777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417
    #A4778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TermVectorRequestBuilder.java

    Severity Rule Message Line Col
    #A4779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A4780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TermVectorResponse.java

    Severity Rule Message Line Col
    #A4781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A4782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A4783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A4784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A4785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A4786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 17
    #A4787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A4788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 17
    #A4789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A4790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 17
    #A4791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A4792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TransportMultiTermVectorsAction.java

    Severity Rule Message Line Col
    #A4793 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A4794 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A4795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A4796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A4797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A4798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 17
    #A4799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A4800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 17
    #A4801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A4802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TransportSingleShardMultiTermsVectorAction.java

    Severity Rule Message Line Col
    #A4803 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A4804 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A4805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A4806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A4807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A4808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A4809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A4810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A4811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A4812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A4813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A4814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A4815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A4816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A4817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A4818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/termvector/TransportSingleShardTermVectorAction.java

    Severity Rule Message Line Col
    #A4819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A4820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A4821 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52
    #A4822 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52 5
    #A4823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A4824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A4825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A4826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A4827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A4828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A4829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A4830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A4831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A4832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A4833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A4834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A4835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A4836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/update/TransportUpdateAction.java

    Severity Rule Message Line Col
    #A4837 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75
    #A4838 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75 5
    #A4839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A4840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A4841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A4842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A4843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A4844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A4845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A4846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A4847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A4848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A4849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A4850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A4851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A4852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 17
    #A4853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A4854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 17
    #A4855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A4856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A4857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A4858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A4859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A4860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 21
    #A4861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A4862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 21
    #A4863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A4864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 37
    #A4865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A4866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 21
    #A4867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A4868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 21
    #A4869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A4870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 37
    #A4871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A4872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 21
    #A4873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A4874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 21
    #A4875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A4876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 37

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/update/UpdateAction.java

    Severity Rule Message Line Col
    #A4877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A4878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A4879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A4880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/update/UpdateHelper.java

    Severity Rule Message Line Col
    #A4881 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65
    #A4882 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65 5
    #A4883 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 74
    #A4884 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 74 5
    #A4885 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 316
    #A4886 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 316 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/update/UpdateRequest.java

    Severity Rule Message Line Col
    #A4887 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 57
    #A4888 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 57 5
    #A4889 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 60
    #A4890 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 60 5
    #A4891 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62
    #A4892 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62 5
    #A4893 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 64
    #A4894 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 64 5
    #A4895 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 66
    #A4896 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 66 5
    #A4897 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 86
    #A4898 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 86 5
    #A4899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A4900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A4901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 641
    #A4902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 641 5
    #A4903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 685
    #A4904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 685 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/update/UpdateRequestBuilder.java

    Severity Rule Message Line Col
    #A4905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A4906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/action/update/UpdateResponse.java

    Severity Rule Message Line Col
    #A4907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A4908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A4909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A4910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/bootstrap/Bootstrap.java

    Severity Rule Message Line Col
    #A4911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A4912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 17
    #A4913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A4914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 17
    #A4915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A4916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 17
    #A4917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A4918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/bulk/udp/BulkUdpModule.java

    Severity Rule Message Line Col
    #A4919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A4920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/bulk/udp/BulkUdpService.java

    Severity Rule Message Line Col
    #A4921 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 73
    #A4922 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 73 5
    #A4923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A4924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A4925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A4926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A4927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A4928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 13
    #A4929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A4930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A4931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A4932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A4933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A4934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A4935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A4936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A4937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A4938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 9
    #A4939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A4940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A4941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A4942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cache/recycler/CacheRecycler.java

    Severity Rule Message Line Col
    #A4943 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 36
    #A4944 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 36 1
    #A4945 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 67
    #A4946 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 67 5
    #A4947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A4948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 13
    #A4949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A4950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A4951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A4952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13
    #A4953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A4954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A4955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A4956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 13
    #A4957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A4958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 13
    #A4959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A4960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13
    #A4961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A4962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 13
    #A4963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A4964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 13
    #A4965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A4966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 13
    #A4967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A4968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 13
    #A4969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A4970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 13
    #A4971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A4972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 13
    #A4973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A4974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A4975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A4976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 13
    #A4977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A4978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 13
    #A4979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A4980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 13
    #A4981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A4982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 13
    #A4983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A4984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 13
    #A4985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A4986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 13
    #A4987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A4988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 13
    #A4989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A4990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 13
    #A4991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A4992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 13
    #A4993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A4994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 13
    #A4995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A4996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 13
    #A4997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A4998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 13
    #A4999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A5000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 13
    #A5001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A5002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 13
    #A5003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A5004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cache/recycler/CacheRecyclerModule.java

    Severity Rule Message Line Col
    #A5005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A5006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cache/recycler/DefaultPageCacheRecyclerModule.java

    Severity Rule Message Line Col
    #A5007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A5008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cache/recycler/PageCacheRecycler.java

    Severity Rule Message Line Col
    #A5009 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 70
    #A5010 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 70 5
    #A5011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A5012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 13
    #A5013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A5014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13
    #A5015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A5016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 13
    #A5017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A5018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A5019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A5020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 13
    #A5021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A5022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 13
    #A5023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A5024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 13
    #A5025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A5026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 13
    #A5027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A5028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 13
    #A5029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A5030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 13
    #A5031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A5032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cache/recycler/PageCacheRecyclerModule.java

    Severity Rule Message Line Col
    #A5033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A5034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A5035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A5036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/FilterClient.java

    Severity Rule Message Line Col
    #A5037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A5038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A5039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A5040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A5041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A5042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A5043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A5044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A5045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A5046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A5047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A5048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A5049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A5050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A5051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A5052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A5053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A5054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A5055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A5056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A5057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A5058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A5059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A5060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9
    #A5061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A5062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A5063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A5064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/IndicesAdminClient.java

    Severity Rule Message Line Col
    #A5065 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 206
    #A5066 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 206 5
    #A5067 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 216
    #A5068 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 216 5
    #A5069 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 222
    #A5070 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 222 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/Requests.java

    Severity Rule Message Line Col
    #A5071 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 219
    #A5072 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 219 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/node/NodeAdminClient.java

    Severity Rule Message Line Col
    #A5073 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A5074 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A5075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A5076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A5077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A5078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/node/NodeClient.java

    Severity Rule Message Line Col
    #A5079 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A5080 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A5081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A5082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A5083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A5084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A5085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A5086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A5087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A5088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A5089 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 85
    #A5090 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 85 5
    #A5091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A5092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A5093 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 93
    #A5094 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 93 5
    #A5095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A5096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/node/NodeClientModule.java

    Severity Rule Message Line Col
    #A5097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/node/NodeClusterAdminClient.java

    Severity Rule Message Line Col
    #A5099 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A5100 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A5101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A5102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A5103 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64
    #A5104 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64 5
    #A5105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A5106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A5107 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72
    #A5108 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72 5
    #A5109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A5110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/node/NodeIndicesAdminClient.java

    Severity Rule Message Line Col
    #A5111 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A5112 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A5113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A5114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A5115 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64
    #A5116 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 64 5
    #A5117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A5118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A5119 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72
    #A5120 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72 5
    #A5121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A5122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/support/AbstractClient.java

    Severity Rule Message Line Col
    #A5123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A5124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A5125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A5126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A5127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A5128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A5129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A5130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A5131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A5132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A5133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A5134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A5135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A5136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A5137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A5138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A5139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A5140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A5141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A5142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A5143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A5144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A5145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A5146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A5147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A5148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A5149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A5150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A5151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A5152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A5153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A5154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A5155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A5156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A5157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A5158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A5159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A5160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A5161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A5162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A5163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A5164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A5165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A5166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A5167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A5168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A5169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A5170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A5171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A5172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5
    #A5173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A5174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5
    #A5175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A5176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A5177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A5178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5
    #A5179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A5180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5
    #A5181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A5182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5
    #A5183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A5184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 5
    #A5185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A5186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 5
    #A5187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A5188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5
    #A5189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A5190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 5
    #A5191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A5192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 5
    #A5193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A5194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 5
    #A5195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A5196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 5
    #A5197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A5198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 5
    #A5199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A5200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 5
    #A5201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A5202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A5203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A5204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A5205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A5206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 5
    #A5207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A5208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 5
    #A5209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A5210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 5
    #A5211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A5212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 5
    #A5213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A5214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 5
    #A5215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377
    #A5216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377 5
    #A5217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A5218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 5
    #A5219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387
    #A5220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387 5
    #A5221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A5222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 5
    #A5223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397
    #A5224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397 5
    #A5225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A5226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 5
    #A5227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407
    #A5228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407 5
    #A5229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412
    #A5230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412 5
    #A5231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417
    #A5232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417 5
    #A5233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422
    #A5234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422 5
    #A5235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427
    #A5236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427 5
    #A5237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432
    #A5238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432 5
    #A5239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A5240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 5
    #A5241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A5242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 5
    #A5243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A5244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 5
    #A5245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452
    #A5246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452 5
    #A5247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457
    #A5248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457 5
    #A5249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462
    #A5250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462 5
    #A5251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467
    #A5252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467 5
    #A5253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472
    #A5254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472 5
    #A5255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477
    #A5256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477 5
    #A5257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482
    #A5258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482 5
    #A5259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487
    #A5260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487 5
    #A5261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A5262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 5
    #A5263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497
    #A5264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497 5
    #A5265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502
    #A5266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502 5
    #A5267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507
    #A5268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507 5
    #A5269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512
    #A5270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512 5
    #A5271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517
    #A5272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517 5
    #A5273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 522
    #A5274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 522 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/support/AbstractClusterAdminClient.java

    Severity Rule Message Line Col
    #A5275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A5276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A5277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A5278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A5279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A5280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A5281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A5282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A5283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A5284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A5285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A5286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A5287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A5288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A5289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A5290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A5291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A5292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A5293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A5294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A5295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A5296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A5297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A5298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A5299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A5300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A5301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A5302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A5303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A5304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A5305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A5306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A5307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A5308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A5309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A5310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5
    #A5311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A5312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5
    #A5313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A5314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5
    #A5315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A5316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 5
    #A5317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A5318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 5
    #A5319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A5320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 5
    #A5321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A5322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 5
    #A5323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A5324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A5325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A5326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A5327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A5328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A5329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A5330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 5
    #A5331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A5332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 5
    #A5333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A5334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 5
    #A5335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A5336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5
    #A5337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A5338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 5
    #A5339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A5340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 5
    #A5341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A5342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 5
    #A5343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A5344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A5345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A5346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 5
    #A5347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A5348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 5
    #A5349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A5350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 5
    #A5351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A5352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 5
    #A5353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A5354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 5
    #A5355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A5356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 5
    #A5357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A5358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 5
    #A5359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A5360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 5
    #A5361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A5362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 5
    #A5363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A5364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5
    #A5365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A5366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 5
    #A5367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A5368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 5
    #A5369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355
    #A5370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355 5
    #A5371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A5372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 5
    #A5373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A5374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 5
    #A5375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371
    #A5376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371 5
    #A5377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A5378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 5
    #A5379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A5380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 5
    #A5381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 386
    #A5382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 386 5
    #A5383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391
    #A5384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391 5
    #A5385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396
    #A5386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396 5
    #A5387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A5388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 5
    #A5389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 406
    #A5390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 406 5
    #A5391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411
    #A5392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411 5
    #A5393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416
    #A5394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416 5
    #A5395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421
    #A5396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421 5
    #A5397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427
    #A5398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427 5
    #A5399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432
    #A5400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432 5
    #A5401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A5402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 5
    #A5403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A5404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/support/AbstractIndicesAdminClient.java

    Severity Rule Message Line Col
    #A5405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A5406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A5407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A5408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A5409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A5410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A5411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A5412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A5413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A5414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A5415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A5416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A5417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A5418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A5419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A5420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A5421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A5422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A5423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A5424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A5425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A5426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5
    #A5427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A5428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A5429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A5430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5
    #A5431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A5432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A5433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A5434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A5435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A5436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5
    #A5437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A5438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 5
    #A5439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A5440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5
    #A5441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A5442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5
    #A5443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A5444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 13
    #A5445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A5446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 13
    #A5447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A5448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 29
    #A5449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A5450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 29
    #A5451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A5452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 5
    #A5453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A5454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A5455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A5456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A5457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A5458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 5
    #A5459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A5460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 5
    #A5461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A5462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 5
    #A5463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A5464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 5
    #A5465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A5466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 5
    #A5467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377
    #A5468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377 5
    #A5469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A5470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 5
    #A5471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387
    #A5472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387 5
    #A5473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A5474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 5
    #A5475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397
    #A5476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397 5
    #A5477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A5478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 5
    #A5479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407
    #A5480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407 5
    #A5481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412
    #A5482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412 5
    #A5483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417
    #A5484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417 5
    #A5485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422
    #A5486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422 5
    #A5487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427
    #A5488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427 5
    #A5489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432
    #A5490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432 5
    #A5491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A5492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 5
    #A5493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A5494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 5
    #A5495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A5496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 5
    #A5497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452
    #A5498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452 5
    #A5499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457
    #A5500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457 5
    #A5501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462
    #A5502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462 5
    #A5503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467
    #A5504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467 5
    #A5505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472
    #A5506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472 5
    #A5507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477
    #A5508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477 5
    #A5509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482
    #A5510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482 5
    #A5511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487
    #A5512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487 5
    #A5513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A5514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 5
    #A5515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497
    #A5516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497 5
    #A5517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502
    #A5518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502 5
    #A5519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507
    #A5520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507 5
    #A5521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512
    #A5522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512 5
    #A5523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517
    #A5524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517 5
    #A5525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 522
    #A5526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 522 5
    #A5527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527
    #A5528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527 5
    #A5529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 532
    #A5530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 532 5
    #A5531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 537
    #A5532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 537 5
    #A5533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542
    #A5534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542 5
    #A5535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 547
    #A5536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 547 5
    #A5537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552
    #A5538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552 5
    #A5539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 557
    #A5540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 557 5
    #A5541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 562
    #A5542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 562 5
    #A5543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 567
    #A5544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 567 5
    #A5545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572
    #A5546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572 5
    #A5547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577
    #A5548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577 5
    #A5549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582
    #A5550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582 5
    #A5551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587
    #A5552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587 5
    #A5553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592
    #A5554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592 5
    #A5555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597
    #A5556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597 5
    #A5557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 602
    #A5558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 602 5
    #A5559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 607
    #A5560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 607 5
    #A5561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 612
    #A5562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 612 5
    #A5563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 617
    #A5564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 617 5
    #A5565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 622
    #A5566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 622 5
    #A5567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 627
    #A5568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 627 5
    #A5569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 632
    #A5570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 632 5
    #A5571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 637
    #A5572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 637 5
    #A5573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 642
    #A5574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 642 5
    #A5575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 647
    #A5576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 647 5
    #A5577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 652
    #A5578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 652 5
    #A5579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 657
    #A5580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 657 5
    #A5581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 662
    #A5582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 662 5
    #A5583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 667
    #A5584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 667 5
    #A5585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 672
    #A5586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 672 5
    #A5587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 677
    #A5588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 677 5
    #A5589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 682
    #A5590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 682 5
    #A5591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 687
    #A5592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 687 5
    #A5593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 692
    #A5594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 692 5
    #A5595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 697
    #A5596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 697 5
    #A5597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702
    #A5598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702 5
    #A5599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 707
    #A5600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 707 5
    #A5601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 712
    #A5602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 712 5
    #A5603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 717
    #A5604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 717 5
    #A5605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 722
    #A5606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 722 5
    #A5607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 727
    #A5608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 727 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/support/Headers.java

    Severity Rule Message Line Col
    #A5609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A5610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A5611 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A5612 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/ClientTransportModule.java

    Severity Rule Message Line Col
    #A5613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A5614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/NoNodeAvailableException.java

    Severity Rule Message Line Col
    #A5615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A5616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/TransportClient.java

    Severity Rule Message Line Col
    #A5617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A5618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5
    #A5619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A5620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 5
    #A5621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A5622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 5
    #A5623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A5624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 5
    #A5625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A5626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 5
    #A5627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A5628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 5
    #A5629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A5630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 5
    #A5631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A5632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 5
    #A5633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A5634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 5
    #A5635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A5636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 5
    #A5637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A5638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5
    #A5639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A5640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 5
    #A5641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A5642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 5
    #A5643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A5644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 5
    #A5645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 359
    #A5646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 359 5
    #A5647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364
    #A5648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364 5
    #A5649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A5650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 5
    #A5651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A5652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 5
    #A5653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A5654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 5
    #A5655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384
    #A5656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384 5
    #A5657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389
    #A5658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389 5
    #A5659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394
    #A5660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394 5
    #A5661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399
    #A5662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399 5
    #A5663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 404
    #A5664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 404 5
    #A5665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409
    #A5666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409 5
    #A5667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414
    #A5668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414 5
    #A5669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A5670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 5
    #A5671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A5672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 5
    #A5673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A5674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 5
    #A5675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434
    #A5676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434 5
    #A5677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A5678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 5
    #A5679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444
    #A5680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444 5
    #A5681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 449
    #A5682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 449 5
    #A5683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454
    #A5684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454 5
    #A5685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459
    #A5686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459 5
    #A5687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464
    #A5688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464 5
    #A5689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469
    #A5690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469 5
    #A5691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474
    #A5692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474 5
    #A5693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479
    #A5694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479 5
    #A5695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484
    #A5696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/TransportClientNodesService.java

    Severity Rule Message Line Col
    #A5697 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 98
    #A5698 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 98 5
    #A5699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A5700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 9
    #A5701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A5702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 9
    #A5703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A5704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 17
    #A5705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A5706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 17
    #A5707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A5708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 9
    #A5709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A5710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 9
    #A5711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380
    #A5712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380 33
    #A5713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410
    #A5714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410 9
    #A5715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426
    #A5716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426 21
    #A5717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452
    #A5718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452 41
    #A5719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457
    #A5720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457 41
    #A5721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462
    #A5722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462 41
    #A5723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A5724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 41

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/support/InternalTransportAdminClient.java

    Severity Rule Message Line Col
    #A5725 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A5726 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A5727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A5728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A5729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A5730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/support/InternalTransportClient.java

    Severity Rule Message Line Col
    #A5731 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55
    #A5732 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55 5
    #A5733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A5734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A5735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A5736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A5737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A5738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A5739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A5740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A5741 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 93
    #A5742 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 93 5
    #A5743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A5744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A5745 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 101
    #A5746 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 101 5
    #A5747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A5748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A5749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A5750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/support/InternalTransportClusterAdminClient.java

    Severity Rule Message Line Col
    #A5751 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A5752 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 1
    #A5753 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A5754 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A5755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A5756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A5757 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 73
    #A5758 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 73 5
    #A5759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A5760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A5761 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81
    #A5762 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81 5
    #A5763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A5764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A5765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A5766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/client/transport/support/InternalTransportIndicesAdminClient.java

    Severity Rule Message Line Col
    #A5767 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A5768 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 1
    #A5769 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A5770 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A5771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A5772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A5773 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 73
    #A5774 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 73 5
    #A5775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A5776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A5777 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81
    #A5778 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81 5
    #A5779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A5780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A5781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A5782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/AckedClusterStateUpdateTask.java

    Severity Rule Message Line Col
    #A5783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A5784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A5785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A5786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A5787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A5788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ClusterModule.java

    Severity Rule Message Line Col
    #A5789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A5790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A5791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A5792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ClusterName.java

    Severity Rule Message Line Col
    #A5793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A5794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A5795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A5796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A5797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A5798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A5799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A5800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A5801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A5802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ClusterNameModule.java

    Severity Rule Message Line Col
    #A5803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A5804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ClusterState.java

    Severity Rule Message Line Col
    #A5805 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 104
    #A5806 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 104 5
    #A5807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A5808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 5
    #A5809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A5810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 9
    #A5811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A5812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ClusterStateNonMasterUpdateTask.java

    Severity Rule Message Line Col
    #A5813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A5814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ClusterStateObserver.java

    Severity Rule Message Line Col
    #A5815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A5816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 9
    #A5817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A5818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A5819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A5820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A5821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A5822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 9
    #A5823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A5824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 9
    #A5825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A5826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 9
    #A5827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A5828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 9
    #A5829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A5830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 9
    #A5831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A5832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/EmptyClusterInfoService.java

    Severity Rule Message Line Col
    #A5833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A5834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A5835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A5836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/InternalClusterInfoService.java

    Severity Rule Message Line Col
    #A5837 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80
    #A5838 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80 5
    #A5839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A5840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A5841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A5842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A5843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A5844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A5845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A5846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A5847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A5848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A5849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A5850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5
    #A5851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A5852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 5
    #A5853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A5854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9
    #A5855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A5856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 9
    #A5857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313
    #A5858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313 17
    #A5859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A5860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 17
    #A5861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A5862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 17
    #A5863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A5864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ProcessedClusterStateNonMasterUpdateTask.java

    Severity Rule Message Line Col
    #A5865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A5866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ack/ClusterStateUpdateRequest.java

    Severity Rule Message Line Col
    #A5867 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43
    #A5868 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43 5
    #A5869 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 60
    #A5870 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/ack/IndicesClusterStateUpdateRequest.java

    Severity Rule Message Line Col
    #A5871 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38
    #A5872 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/action/index/MappingUpdatedAction.java

    Severity Rule Message Line Col
    #A5873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A5874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A5875 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 92
    #A5876 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 92 5
    #A5877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A5878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A5879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A5880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A5881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A5882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A5883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A5884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A5885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A5886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A5887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A5888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 13
    #A5889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A5890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 13
    #A5891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A5892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A5893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A5894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9
    #A5895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A5896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 9
    #A5897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A5898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A5899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A5900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 9
    #A5901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A5902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 9
    #A5903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A5904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 9
    #A5905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A5906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9
    #A5907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325
    #A5908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325 13
    #A5909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A5910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 13
    #A5911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377
    #A5912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377 9
    #A5913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427
    #A5914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427 29
    #A5915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 433
    #A5916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 433 29

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/action/index/NodeIndexDeletedAction.java

    Severity Rule Message Line Col
    #A5917 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A5918 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A5919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A5920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 17
    #A5921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A5922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 17
    #A5923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A5924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 17
    #A5925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A5926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 17
    #A5927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A5928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 9
    #A5929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A5930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 9
    #A5931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A5932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 9
    #A5933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A5934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A5935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A5936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 9
    #A5937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A5938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A5939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A5940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A5941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A5942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 9
    #A5943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A5944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 9
    #A5945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A5946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/action/index/NodeMappingRefreshAction.java

    Severity Rule Message Line Col
    #A5947 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A5948 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A5949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A5950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A5951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A5952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A5953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A5954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A5955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A5956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A5957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A5958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A5959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A5960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A5961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A5962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/action/shard/ShardStateAction.java

    Severity Rule Message Line Col
    #A5963 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 66
    #A5964 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 66 5
    #A5965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A5966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 25
    #A5967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A5968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 25
    #A5969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A5970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 13
    #A5971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A5972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 13
    #A5973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A5974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 13
    #A5975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A5976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 21
    #A5977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A5978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 21
    #A5979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A5980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 9
    #A5981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A5982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 9
    #A5983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A5984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 9
    #A5985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A5986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 9
    #A5987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A5988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 9
    #A5989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A5990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 9
    #A5991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A5992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 9
    #A5993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A5994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 9
    #A5995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A5996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/block/ClusterBlock.java

    Severity Rule Message Line Col
    #A5997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A5998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A5999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A6000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A6001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A6002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A6003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A6004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A6005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A6006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/block/ClusterBlockException.java

    Severity Rule Message Line Col
    #A6007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A6008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/AliasAction.java

    Severity Rule Message Line Col
    #A6009 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 73
    #A6010 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 73 5
    #A6011 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 76
    #A6012 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 76 5
    #A6013 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 79
    #A6014 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 79 5
    #A6015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A6016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A6017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A6018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/AliasMetaData.java

    Severity Rule Message Line Col
    #A6019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A6020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A6021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A6022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/AliasValidator.java

    Severity Rule Message Line Col
    #A6023 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A6024 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/IndexMetaData.java

    Severity Rule Message Line Col
    #A6025 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 105
    #A6026 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 105 5
    #A6027 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 324
    #A6028 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 324 5
    #A6029 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 336
    #A6030 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 336 5
    #A6031 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 353
    #A6032 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 353 5
    #A6033 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 358
    #A6034 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 358 5
    #A6035 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 363
    #A6036 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 363 5
    #A6037 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 368
    #A6038 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 368 5
    #A6039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A6040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 5
    #A6041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403
    #A6042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/IndexTemplateFilter.java

    Severity Rule Message Line Col
    #A6043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A6044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/IndexTemplateMetaData.java

    Severity Rule Message Line Col
    #A6045 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 128
    #A6046 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 128 5
    #A6047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A6048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A6049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A6050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A6051 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 269
    #A6052 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 269 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MappingMetaData.java

    Severity Rule Message Line Col
    #A6053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A6054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A6055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A6056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A6057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A6058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A6059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A6060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 9
    #A6061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A6062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9
    #A6063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A6064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9
    #A6065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 578
    #A6066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 578 5
    #A6067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 594
    #A6068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 594 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaData.java

    Severity Rule Message Line Col
    #A6069 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 114
    #A6070 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 114 5
    #A6071 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 161
    #A6072 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 161 5
    #A6073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A6074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 17
    #A6075 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 649
    #A6076 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 649 5
    #A6077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1128
    #A6078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataCreateIndexService.java

    Severity Rule Message Line Col
    #A6079 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 105
    #A6080 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 105 5
    #A6081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A6082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A6083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A6084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 13
    #A6085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A6086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 13
    #A6087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A6088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 13
    #A6089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A6090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 13
    #A6091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A6092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 13
    #A6093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 543
    #A6094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 543 13
    #A6095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572
    #A6096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataDeleteIndexService.java

    Severity Rule Message Line Col
    #A6097 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62
    #A6098 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62 5
    #A6099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A6100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 13
    #A6101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A6102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13
    #A6103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A6104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 13
    #A6105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A6106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 13
    #A6107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A6108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 21
    #A6109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A6110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 21
    #A6111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A6112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 21
    #A6113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A6114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 13
    #A6115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A6116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 9
    #A6117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A6118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataIndexAliasesService.java

    Severity Rule Message Line Col
    #A6119 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56
    #A6120 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56 5
    #A6121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A6122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 13
    #A6123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A6124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataIndexStateService.java

    Severity Rule Message Line Col
    #A6125 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62
    #A6126 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62 5
    #A6127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A6128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 13
    #A6129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A6130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A6131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A6132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 13
    #A6133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A6134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataIndexTemplateService.java

    Severity Rule Message Line Col
    #A6135 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57
    #A6136 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57 5
    #A6137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13
    #A6139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A6140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A6141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A6142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A6143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A6144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 13
    #A6145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A6146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 13
    #A6147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A6148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 13
    #A6149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A6150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 13
    #A6151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A6152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataMappingService.java

    Severity Rule Message Line Col
    #A6153 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 71
    #A6154 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 71 5
    #A6155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A6156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 13
    #A6157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A6158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 13
    #A6159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A6160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 13
    #A6161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A6162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 13
    #A6163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389
    #A6164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389 13
    #A6165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411
    #A6166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411 13
    #A6167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416
    #A6168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416 13
    #A6169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461
    #A6170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461 13
    #A6171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466
    #A6172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataService.java

    Severity Rule Message Line Col
    #A6173 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A6174 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/MetaDataUpdateSettingsService.java

    Severity Rule Message Line Col
    #A6175 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A6176 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A6177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A6178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A6179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A6180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 21
    #A6181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A6182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 21
    #A6183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A6184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 13
    #A6185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A6186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/ProcessClusterEventTimeoutException.java

    Severity Rule Message Line Col
    #A6187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A6188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/RepositoriesMetaData.java

    Severity Rule Message Line Col
    #A6189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A6190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A6191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A6192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A6193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A6194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A6195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A6196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 9
    #A6197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A6198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 9
    #A6199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A6200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/RestoreMetaData.java

    Severity Rule Message Line Col
    #A6201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A6202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A6203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A6204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A6205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A6206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A6207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A6208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 9
    #A6209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A6210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 9
    #A6211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A6212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 9
    #A6213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405
    #A6214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405 9
    #A6215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 413
    #A6216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 413 9
    #A6217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A6218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 9
    #A6219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460
    #A6220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460 9
    #A6221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A6222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/SnapshotId.java

    Severity Rule Message Line Col
    #A6223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A6224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A6225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A6226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A6227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A6228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A6229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A6230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A6231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A6232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/metadata/SnapshotMetaData.java

    Severity Rule Message Line Col
    #A6233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A6235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A6236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A6237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A6238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 9
    #A6239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A6240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9
    #A6241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A6242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 9
    #A6243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A6244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 9
    #A6245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A6246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 9
    #A6247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A6248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 9
    #A6249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A6250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 9
    #A6251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A6252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 9
    #A6253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A6254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/node/DiscoveryNode.java

    Severity Rule Message Line Col
    #A6255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A6256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 5
    #A6257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A6258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 5
    #A6259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A6260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A6261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A6262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 5
    #A6263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A6264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/node/DiscoveryNodeFilters.java

    Severity Rule Message Line Col
    #A6265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A6266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/node/DiscoveryNodeService.java

    Severity Rule Message Line Col
    #A6267 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A6268 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/node/DiscoveryNodes.java

    Severity Rule Message Line Col
    #A6269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A6270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A6271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A6272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/GroupShardsIterator.java

    Severity Rule Message Line Col
    #A6273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A6274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/ImmutableShardRouting.java

    Severity Rule Message Line Col
    #A6275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A6276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A6277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A6278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A6279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A6280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A6281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A6282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A6283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A6284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A6285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A6286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A6287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A6288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A6289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A6290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A6291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A6292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A6293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A6294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A6295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A6296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A6297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A6298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A6299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A6300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A6301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A6302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A6303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A6304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A6305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A6306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A6307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A6308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A6309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A6310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A6311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A6312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5
    #A6313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A6314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A6315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A6316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A6317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A6318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 5
    #A6319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A6320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A6321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A6322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 5
    #A6323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A6324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A6325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A6326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 5
    #A6327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A6328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/IndexRoutingTable.java

    Severity Rule Message Line Col
    #A6329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A6330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/IndexShardRoutingTable.java

    Severity Rule Message Line Col
    #A6331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A6332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A6333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393
    #A6334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393 9
    #A6335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A6336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/MutableShardRouting.java

    Severity Rule Message Line Col
    #A6337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A6338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/PlainShardIterator.java

    Severity Rule Message Line Col
    #A6339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A6340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A6341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A6342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A6343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A6344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A6345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A6346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/PlainShardsIterator.java

    Severity Rule Message Line Col
    #A6347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A6348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A6349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A6350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A6351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A6352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A6353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A6354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A6355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A6356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A6357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A6358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A6359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A6360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RestoreSource.java

    Severity Rule Message Line Col
    #A6361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A6362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A6363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A6364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A6365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A6366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A6367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A6368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A6369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A6370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A6371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A6372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RotationShardShuffler.java

    Severity Rule Message Line Col
    #A6373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A6374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A6375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A6376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingNode.java

    Severity Rule Message Line Col
    #A6377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A6378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingNodes.java

    Severity Rule Message Line Col
    #A6379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A6380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A6381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577
    #A6382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577 9
    #A6383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582
    #A6384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582 17
    #A6385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587
    #A6386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587 17
    #A6387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592
    #A6388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592 17
    #A6389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 730
    #A6390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 730 9
    #A6391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735
    #A6392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735 9
    #A6393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 744
    #A6394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 744 9
    #A6395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 749
    #A6396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 749 9
    #A6397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 765
    #A6398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 765 9
    #A6399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 770
    #A6400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 770 9
    #A6401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 780
    #A6402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 780 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingService.java

    Severity Rule Message Line Col
    #A6403 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 67
    #A6404 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 67 5
    #A6405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A6406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A6407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A6408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A6409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A6410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A6411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A6412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A6413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A6414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 17
    #A6415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A6416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 17
    #A6417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A6418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 17
    #A6419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A6420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingTable.java

    Severity Rule Message Line Col
    #A6421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A6422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/RoutingTableValidation.java

    Severity Rule Message Line Col
    #A6423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A6424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A6425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A6426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A6427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A6428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/ShardsIterator.java

    Severity Rule Message Line Col
    #A6429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A6430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A6431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/AllocationExplanation.java

    Severity Rule Message Line Col
    #A6433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A6434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A6435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A6436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/AllocationModule.java

    Severity Rule Message Line Col
    #A6437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A6438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A6439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A6440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/AllocationService.java

    Severity Rule Message Line Col
    #A6441 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60
    #A6442 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/RerouteExplanation.java

    Severity Rule Message Line Col
    #A6443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/RoutingExplanations.java

    Severity Rule Message Line Col
    #A6445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A6446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/BalancedShardsAllocator.java

    Severity Rule Message Line Col
    #A6447 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 84
    #A6448 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 84 5
    #A6449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A6450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A6451 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 111
    #A6452 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 111 5
    #A6453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A6454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A6455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A6456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A6457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A6458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A6459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A6460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A6461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A6462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A6463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A6464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 13
    #A6465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475
    #A6466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475 17
    #A6467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485
    #A6468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485 17
    #A6469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490
    #A6470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490 17
    #A6471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495
    #A6472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495 17
    #A6473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608
    #A6474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608 17
    #A6475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 939
    #A6476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 939 9
    #A6477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1053
    #A6478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1053 9
    #A6479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1063
    #A6480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1063 9
    #A6481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1068
    #A6482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1068 9
    #A6483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1073
    #A6484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1073 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/EvenShardsCountAllocator.java

    Severity Rule Message Line Col
    #A6485 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62
    #A6486 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62 5
    #A6487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A6489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A6490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A6491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A6492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A6493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A6494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A6495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A6496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A6497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A6498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/ShardsAllocatorModule.java

    Severity Rule Message Line Col
    #A6499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A6500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/allocator/ShardsAllocators.java

    Severity Rule Message Line Col
    #A6501 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52
    #A6502 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52 5
    #A6503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A6504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A6505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A6506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A6507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A6508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A6509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A6510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A6511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A6512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/command/AllocateAllocationCommand.java

    Severity Rule Message Line Col
    #A6513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A6514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 9
    #A6515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A6516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9
    #A6517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A6518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A6519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A6520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A6521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A6522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A6523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A6524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/command/AllocationCommands.java

    Severity Rule Message Line Col
    #A6525 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 57
    #A6526 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 57 5
    #A6527 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 58
    #A6528 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 58 5
    #A6529 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 63
    #A6530 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/command/CancelAllocationCommand.java

    Severity Rule Message Line Col
    #A6531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A6532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 9
    #A6533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A6534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A6535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A6536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A6537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A6538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9
    #A6539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A6540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A6541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A6542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/command/MoveAllocationCommand.java

    Severity Rule Message Line Col
    #A6543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A6544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A6545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A6546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 9
    #A6547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A6548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A6549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A6550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A6551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A6552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A6553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A6554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/AllocationDeciders.java

    Severity Rule Message Line Col
    #A6555 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A6556 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A6557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A6558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A6559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A6561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A6562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/AllocationDecidersModule.java

    Severity Rule Message Line Col
    #A6563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A6564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/AwarenessAllocationDecider.java

    Severity Rule Message Line Col
    #A6565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A6566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A6567 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 135
    #A6568 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 135 5
    #A6569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A6570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A6571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A6572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/ClusterRebalanceAllocationDecider.java

    Severity Rule Message Line Col
    #A6573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A6574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A6575 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 98
    #A6576 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 98 5
    #A6577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A6578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 9
    #A6579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A6580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/ConcurrentRebalanceAllocationDecider.java

    Severity Rule Message Line Col
    #A6581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A6582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A6583 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A6584 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A6585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/Decision.java

    Severity Rule Message Line Col
    #A6587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A6588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 9
    #A6589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A6590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 9
    #A6591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A6592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 9
    #A6593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A6594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 9
    #A6595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A6596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 9
    #A6597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A6598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 9
    #A6599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A6600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 9
    #A6601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A6602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/DisableAllocationDecider.java

    Severity Rule Message Line Col
    #A6603 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 56
    #A6604 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 56 1
    #A6605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A6606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A6607 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 96
    #A6608 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 96 5
    #A6609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A6610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDecider.java

    Severity Rule Message Line Col
    #A6611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A6612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A6613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A6614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 9
    #A6615 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 196
    #A6616 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 196 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/EnableAllocationDecider.java

    Severity Rule Message Line Col
    #A6617 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55
    #A6618 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55 5
    #A6619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A6620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A6621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A6622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/FilterAllocationDecider.java

    Severity Rule Message Line Col
    #A6623 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 77
    #A6624 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 77 5
    #A6625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A6626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A6627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A6628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A6629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A6630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/NodeVersionAllocationDecider.java

    Severity Rule Message Line Col
    #A6631 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A6632 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A6633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A6634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/RebalanceOnlyWhenActiveAllocationDecider.java

    Severity Rule Message Line Col
    #A6635 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A6636 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A6637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A6638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/ReplicaAfterPrimaryActiveAllocationDecider.java

    Severity Rule Message Line Col
    #A6639 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A6640 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A6641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A6642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/SameShardAllocationDecider.java

    Severity Rule Message Line Col
    #A6643 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A6644 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A6645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A6646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/ShardsLimitAllocationDecider.java

    Severity Rule Message Line Col
    #A6647 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60
    #A6648 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60 5
    #A6649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A6650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A6651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A6652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/SnapshotInProgressAllocationDecider.java

    Severity Rule Message Line Col
    #A6653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A6655 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 73
    #A6656 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/allocation/decider/ThrottlingAllocationDecider.java

    Severity Rule Message Line Col
    #A6657 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65
    #A6658 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65 5
    #A6659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A6660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A6661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A6662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/operation/OperationRoutingModule.java

    Severity Rule Message Line Col
    #A6663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A6664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A6665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A6666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/operation/hash/djb/DjbHashFunction.java

    Severity Rule Message Line Col
    #A6667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A6668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A6669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A6670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/operation/hash/simple/SimpleHashFunction.java

    Severity Rule Message Line Col
    #A6671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A6672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5
    #A6673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A6674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/operation/plain/PlainOperationRouting.java

    Severity Rule Message Line Col
    #A6675 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A6676 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A6677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A6679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A6680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A6681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A6682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A6683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A6684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A6685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A6686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A6687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A6688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A6689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A6690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A6691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A6692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/routing/operation/plain/PlainOperationRoutingModule.java

    Severity Rule Message Line Col
    #A6693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A6694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/service/InternalClusterService.java

    Severity Rule Message Line Col
    #A6695 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 103
    #A6696 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 103 5
    #A6697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A6698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A6699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A6700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A6701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A6702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A6703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A6704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A6705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A6706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A6707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A6708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A6709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A6710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A6711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A6712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A6713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A6714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 17
    #A6715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A6716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 21
    #A6717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A6718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 29
    #A6719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A6720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5
    #A6721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313
    #A6722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313 5
    #A6723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A6724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 9
    #A6725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 530
    #A6726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 530 9
    #A6727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 548
    #A6728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 548 9
    #A6729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 614
    #A6730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 614 9
    #A6731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 655
    #A6732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 655 9
    #A6733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 669
    #A6734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 669 9
    #A6735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676
    #A6736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676 9
    #A6737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 680
    #A6738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 680 9
    #A6739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 711
    #A6740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 711 17
    #A6741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 718
    #A6742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 718 9
    #A6743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 740
    #A6744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 740 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/service/PendingClusterTask.java

    Severity Rule Message Line Col
    #A6745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A6746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A6747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A6748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/settings/ClusterDynamicSettingsModule.java

    Severity Rule Message Line Col
    #A6749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A6750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/cluster/settings/Validator.java

    Severity Rule Message Line Col
    #A6751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A6752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 9
    #A6753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A6755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A6756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A6757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A6758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A6759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A6760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A6761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A6762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A6763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A6764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 9
    #A6765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A6766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 9
    #A6767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A6768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 9
    #A6769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A6770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9
    #A6771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A6772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9
    #A6773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A6774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 9
    #A6775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A6776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 9
    #A6777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A6778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 9
    #A6779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A6780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9
    #A6781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A6782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 9
    #A6783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A6784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/Base64.java

    Severity Rule Message Line Col
    #A6785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1395
    #A6786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1395 21
    #A6787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1754
    #A6788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1754 9
    #A6789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1865
    #A6790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1865 9
    #A6791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1968
    #A6792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1968 9
    #A6793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2022
    #A6794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2022 9
    #A6795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2063
    #A6796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 2063 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/Classes.java

    Severity Rule Message Line Col
    #A6797 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 106
    #A6798 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/ContextHolder.java

    Severity Rule Message Line Col
    #A6799 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 39
    #A6800 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 39 5
    #A6801 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 66
    #A6802 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 66 5
    #A6803 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 79
    #A6804 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/Priority.java

    Severity Rule Message Line Col
    #A6805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A6806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A6807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A6808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A6809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A6810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/RandomBasedUUIDGenerator.java

    Severity Rule Message Line Col
    #A6811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A6812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/StopWatch.java

    Severity Rule Message Line Col
    #A6813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A6814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/TimeBasedUUIDGenerator.java

    Severity Rule Message Line Col
    #A6815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A6816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/blobstore/BlobPath.java

    Severity Rule Message Line Col
    #A6817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A6819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A6820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/blobstore/fs/FsBlobContainer.java

    Severity Rule Message Line Col
    #A6821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A6822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A6823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A6824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A6825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A6826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A6827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A6828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A6829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A6830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 13
    #A6831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A6832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/blobstore/fs/FsBlobStore.java

    Severity Rule Message Line Col
    #A6833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A6834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A6835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A6836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A6837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A6838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A6839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A6840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/blobstore/support/AbstractBlobContainer.java

    Severity Rule Message Line Col
    #A6841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A6842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A6843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A6844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A6845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A6846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A6847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A6848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/blobstore/support/PlainBlobMetaData.java

    Severity Rule Message Line Col
    #A6849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A6850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A6851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A6852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A6853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A6854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/blobstore/url/URLBlobContainer.java

    Severity Rule Message Line Col
    #A6855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A6857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A6858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A6859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A6860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A6861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A6862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A6863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A6864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A6865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A6866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/blobstore/url/URLBlobStore.java

    Severity Rule Message Line Col
    #A6867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A6868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A6869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A6870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A6871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A6872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A6873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A6874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/breaker/ChildMemoryCircuitBreaker.java

    Severity Rule Message Line Col
    #A6875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A6876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A6877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A6878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A6879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A6880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A6881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A6882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A6883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A6884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5
    #A6885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A6886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5
    #A6887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A6888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/breaker/NoopCircuitBreaker.java

    Severity Rule Message Line Col
    #A6889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A6890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A6891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A6892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A6893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A6894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A6895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A6896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A6897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A6898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A6899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A6900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A6901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A6902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A6903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A6904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/bytes/BytesArray.java

    Severity Rule Message Line Col
    #A6905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A6906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A6907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A6908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A6909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A6910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A6911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A6912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A6913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A6914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A6915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A6916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A6917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A6918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A6919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A6920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A6921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A6922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A6923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A6924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A6925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A6926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A6927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A6928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A6929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A6930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A6931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A6932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A6933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A6934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A6935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A6936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A6937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A6938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A6939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A6940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/bytes/ChannelBufferBytesReference.java

    Severity Rule Message Line Col
    #A6941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A6942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A6943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A6944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A6945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A6946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A6947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A6948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A6949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A6950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A6951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A6952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A6953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A6954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A6955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A6956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A6957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A6958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A6959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A6960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A6961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A6962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A6963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A6964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A6965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A6966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A6967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A6968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A6969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A6970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A6971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A6972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A6973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A6974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A6975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A6976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/bytes/HashedBytesArray.java

    Severity Rule Message Line Col
    #A6977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A6978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A6979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A6980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A6981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A6982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A6983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A6984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A6985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A6986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A6987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A6988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A6989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A6990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A6991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A6992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A6993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A6994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A6995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A6996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A6997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A6998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A6999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A7000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A7001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A7002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A7003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A7004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A7005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A7006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A7007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A7008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A7009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A7010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A7011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A7012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/bytes/PagedBytesReference.java

    Severity Rule Message Line Col
    #A7013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A7014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A7015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A7016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A7017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A7018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A7019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A7020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A7021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A7022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A7023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A7024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A7025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A7026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A7027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A7028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A7029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A7030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A7031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A7032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A7033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A7034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 5
    #A7035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A7036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 5
    #A7037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A7038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 5
    #A7039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A7040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A7041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A7042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 5
    #A7043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A7044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5
    #A7045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A7046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 5
    #A7047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A7048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 5
    #A7049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A7050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 9
    #A7051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378
    #A7052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378 9
    #A7053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387
    #A7054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387 9
    #A7055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A7056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 9
    #A7057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A7058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 9
    #A7059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A7060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/bytes/ReleasablePagedBytesReference.java

    Severity Rule Message Line Col
    #A7061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A7062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/cli/CheckFileCommand.java

    Severity Rule Message Line Col
    #A7063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A7064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/cli/CliTool.java

    Severity Rule Message Line Col
    #A7065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A7066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 13
    #A7067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A7068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/cli/CliToolConfig.java

    Severity Rule Message Line Col
    #A7069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A7070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 13
    #A7071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A7072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/cli/HelpPrinter.java

    Severity Rule Message Line Col
    #A7073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A7074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/cli/Terminal.java

    Severity Rule Message Line Col
    #A7075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A7076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A7077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A7078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A7079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A7080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 9
    #A7081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A7082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9
    #A7083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A7084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A7085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A7086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A7087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A7088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9
    #A7089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A7090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A7091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A7092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9
    #A7093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A7094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/BoundedTreeSet.java

    Severity Rule Message Line Col
    #A7095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A7096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A7097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A7098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/CopyOnWriteHashMap.java

    Severity Rule Message Line Col
    #A7099 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 60
    #A7100 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 60 13
    #A7101 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 118
    #A7102 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 118 9
    #A7103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A7104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A7105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A7106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A7107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A7108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A7109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A7110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 9
    #A7111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A7112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9
    #A7113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A7114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9
    #A7115 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 224
    #A7116 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 224 9
    #A7117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A7118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 9
    #A7119 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 234
    #A7120 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 234 21
    #A7121 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 239
    #A7122 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 239 21
    #A7123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A7124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 9
    #A7125 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 273
    #A7126 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 273 17
    #A7127 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 278
    #A7128 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 278 21
    #A7129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A7130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 9
    #A7131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A7132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 9
    #A7133 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 359
    #A7134 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 359 17
    #A7135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395
    #A7136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395 9
    #A7137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400
    #A7138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400 9
    #A7139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A7140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 5
    #A7141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435
    #A7142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435 5
    #A7143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A7144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 5
    #A7145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502
    #A7146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502 5
    #A7147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506
    #A7148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506 13
    #A7149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511
    #A7150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511 13
    #A7151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 520
    #A7152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 520 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/CopyOnWriteHashSet.java

    Severity Rule Message Line Col
    #A7153 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 44
    #A7154 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 44 13
    #A7155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A7156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A7157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A7158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/HppcMaps.java

    Severity Rule Message Line Col
    #A7159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A7160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A7161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A7162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 13
    #A7163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A7164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13
    #A7165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A7166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 13
    #A7167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A7168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 13
    #A7169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A7170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/ImmutableOpenIntMap.java

    Severity Rule Message Line Col
    #A7171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A7172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A7173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A7174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A7175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A7176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 13
    #A7177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A7178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 13
    #A7179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A7180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 13
    #A7181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A7182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A7183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A7184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A7185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A7186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A7187 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 177
    #A7188 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 177 5
    #A7189 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 180
    #A7190 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 180 5
    #A7191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A7192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 9
    #A7193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A7194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9
    #A7195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A7196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 9
    #A7197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A7198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 9
    #A7199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A7200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 9
    #A7201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A7202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A7203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A7204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 9
    #A7205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A7206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 9
    #A7207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A7208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 9
    #A7209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A7210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 9
    #A7211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A7212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 9
    #A7213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A7214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 9
    #A7215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A7216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 9
    #A7217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A7218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9
    #A7219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A7220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 9
    #A7221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A7222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/ImmutableOpenLongMap.java

    Severity Rule Message Line Col
    #A7223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A7224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A7225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A7226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A7227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A7228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 13
    #A7229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A7230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 13
    #A7231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A7232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 13
    #A7233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A7234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A7235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A7236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A7237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A7238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A7239 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 177
    #A7240 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 177 5
    #A7241 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 180
    #A7242 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 180 5
    #A7243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A7244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 9
    #A7245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A7246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9
    #A7247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A7248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 9
    #A7249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A7250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 9
    #A7251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A7252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 9
    #A7253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A7254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A7255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A7256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 9
    #A7257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A7258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 9
    #A7259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A7260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 9
    #A7261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A7262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 9
    #A7263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A7264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 9
    #A7265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A7266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 9
    #A7267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A7268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 9
    #A7269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A7270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9
    #A7271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A7272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 9
    #A7273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A7274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/ImmutableOpenMap.java

    Severity Rule Message Line Col
    #A7275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A7276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A7277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A7278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 13
    #A7279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A7280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 13
    #A7281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A7282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 13
    #A7283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A7284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 13
    #A7285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A7286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A7287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A7288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A7289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A7290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A7291 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 184
    #A7292 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 184 5
    #A7293 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 187
    #A7294 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 187 5
    #A7295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A7296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 9
    #A7297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A7298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 9
    #A7299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A7300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 9
    #A7301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A7302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 9
    #A7303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A7304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 9
    #A7305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A7306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 9
    #A7307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A7308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 9
    #A7309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A7310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 9
    #A7311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A7312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 9
    #A7313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A7314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 9
    #A7315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315
    #A7316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315 9
    #A7317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A7318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 9
    #A7319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325
    #A7320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325 9
    #A7321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330
    #A7322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330 9
    #A7323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A7324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 9
    #A7325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A7326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 9
    #A7327 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 345
    #A7328 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 345 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/Iterators2.java

    Severity Rule Message Line Col
    #A7329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A7330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 13
    #A7331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A7332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/collect/Tuple.java

    Severity Rule Message Line Col
    #A7333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A7334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A7335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A7336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A7337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A7338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/component/AbstractLifecycleComponent.java

    Severity Rule Message Line Col
    #A7339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A7340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A7341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A7342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A7343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A7344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A7345 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 76
    #A7346 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 76 5
    #A7347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A7348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A7349 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 95
    #A7350 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 95 5
    #A7351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A7352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A7353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A7354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/component/Lifecycle.java

    Severity Rule Message Line Col
    #A7355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A7356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/CompressedIndexInput.java

    Severity Rule Message Line Col
    #A7357 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 32
    #A7358 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 32 1
    #A7359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A7360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A7361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A7362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A7363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A7364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A7365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A7366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A7367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A7368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A7369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A7370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A7371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A7372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/CompressedStreamInput.java

    Severity Rule Message Line Col
    #A7373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A7374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A7375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A7376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A7377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A7378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A7379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A7380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A7381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A7382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A7383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A7384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A7385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A7386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A7387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A7388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/CompressedStreamOutput.java

    Severity Rule Message Line Col
    #A7389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A7390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A7391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A7392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A7393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A7394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A7395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A7396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A7397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A7398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A7399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A7400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A7401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A7402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/CompressedString.java

    Severity Rule Message Line Col
    #A7403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A7404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A7405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A7406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A7407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A7408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A7409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A7410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A7411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A7412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/CompressorFactory.java

    Severity Rule Message Line Col
    #A7413 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 107
    #A7414 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 107 5
    #A7415 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 117
    #A7416 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 117 5
    #A7417 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 122
    #A7418 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 122 5
    #A7419 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 132
    #A7420 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 132 5
    #A7421 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 142
    #A7422 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/lzf/LZFCompressedIndexInput.java

    Severity Rule Message Line Col
    #A7423 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 34
    #A7424 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 34 1
    #A7425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A7426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A7427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A7428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A7429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A7430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A7431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A7432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A7433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A7434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/lzf/LZFCompressedStreamInput.java

    Severity Rule Message Line Col
    #A7435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A7436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A7437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A7438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A7439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A7440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/lzf/LZFCompressedStreamOutput.java

    Severity Rule Message Line Col
    #A7441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A7442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A7443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A7444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A7445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A7446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/compress/lzf/LZFCompressor.java

    Severity Rule Message Line Col
    #A7447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A7448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A7449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A7450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A7451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A7452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A7453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A7454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A7455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A7456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A7457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A7458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A7459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A7460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A7461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A7462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A7463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A7464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A7465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A7466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A7467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A7468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/GeoDistance.java

    Severity Rule Message Line Col
    #A7469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A7470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 9
    #A7471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A7472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9
    #A7473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A7474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 9
    #A7475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A7476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A7477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A7478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A7479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A7480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A7481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A7482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A7483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A7484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A7485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A7486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A7487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A7488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A7489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A7490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A7491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A7492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A7493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A7494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 9
    #A7495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A7496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9
    #A7497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A7498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 9
    #A7499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A7500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 9
    #A7501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A7502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9
    #A7503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A7504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9
    #A7505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A7506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A7507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A7508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 9
    #A7509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A7510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 9
    #A7511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A7512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 9
    #A7513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A7514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 9
    #A7515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A7516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 9
    #A7517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A7518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 9
    #A7519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A7520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 17
    #A7521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A7522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/GeoPoint.java

    Severity Rule Message Line Col
    #A7523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A7524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A7525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A7526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/XShapeCollection.java

    Severity Rule Message Line Col
    #A7527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A7528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/BaseLineStringBuilder.java

    Severity Rule Message Line Col
    #A7529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A7530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A7531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A7532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/BasePolygonBuilder.java

    Severity Rule Message Line Col
    #A7533 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59
    #A7534 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 59 5
    #A7535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A7536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A7537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A7538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A7539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A7540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A7541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 549
    #A7542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 549 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/CircleBuilder.java

    Severity Rule Message Line Col
    #A7543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A7544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A7545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A7546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A7547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A7548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/EnvelopeBuilder.java

    Severity Rule Message Line Col
    #A7549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A7550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A7551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A7552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A7553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A7554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/GeometryCollectionBuilder.java

    Severity Rule Message Line Col
    #A7555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A7556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A7557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A7558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A7559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A7560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/LineStringBuilder.java

    Severity Rule Message Line Col
    #A7561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A7562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A7563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A7564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/MultiLineStringBuilder.java

    Severity Rule Message Line Col
    #A7565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A7566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A7567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A7568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A7569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A7570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A7571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A7572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/MultiPointBuilder.java

    Severity Rule Message Line Col
    #A7573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A7574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A7575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A7576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A7577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A7578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/MultiPolygonBuilder.java

    Severity Rule Message Line Col
    #A7579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A7580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A7581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A7582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A7583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A7584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A7585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A7586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/PointBuilder.java

    Severity Rule Message Line Col
    #A7587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A7588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A7589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A7590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A7591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A7592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/PointCollection.java

    Severity Rule Message Line Col
    #A7593 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47
    #A7594 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/PolygonBuilder.java

    Severity Rule Message Line Col
    #A7595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A7596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/geo/builders/ShapeBuilder.java

    Severity Rule Message Line Col
    #A7597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A7598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A7599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425
    #A7600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425 9
    #A7601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 644
    #A7602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 644 9
    #A7603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 653
    #A7604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 653 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/BindingProcessor.java

    Severity Rule Message Line Col
    #A7605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A7606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A7607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A7608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/BoundProviderFactory.java

    Severity Rule Message Line Col
    #A7609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A7610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ConfigurationException.java

    Severity Rule Message Line Col
    #A7611 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72
    #A7612 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72 5
    #A7613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A7614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ConstructorBindingImpl.java

    Severity Rule Message Line Col
    #A7615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A7616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A7617 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 91
    #A7618 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 91 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ConstructorInjectorStore.java

    Severity Rule Message Line Col
    #A7619 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 34
    #A7620 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 34 9
    #A7621 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 48
    #A7622 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/CreationException.java

    Severity Rule Message Line Col
    #A7623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A7624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/DefaultConstructionProxyFactory.java

    Severity Rule Message Line Col
    #A7625 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A7626 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/FactoryProxy.java

    Severity Rule Message Line Col
    #A7627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A7628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InheritingState.java

    Severity Rule Message Line Col
    #A7629 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 60
    #A7630 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 60 5
    #A7631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A7632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A7633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A7634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Initializables.java

    Severity Rule Message Line Col
    #A7635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A7636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Initializer.java

    Severity Rule Message Line Col
    #A7637 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 126
    #A7638 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 126 13
    #A7639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A7640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InjectionRequestProcessor.java

    Severity Rule Message Line Col
    #A7641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A7642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A7643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A7644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InjectorBuilder.java

    Severity Rule Message Line Col
    #A7645 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 186
    #A7646 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 186 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InjectorImpl.java

    Severity Rule Message Line Col
    #A7647 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 151
    #A7648 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 151 17
    #A7649 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 185
    #A7650 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 185 9
    #A7651 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 213
    #A7652 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 213 9
    #A7653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A7654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 9
    #A7655 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 290
    #A7656 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 290 13
    #A7657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A7658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 9
    #A7659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A7660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 9
    #A7661 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 397
    #A7662 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 397 13
    #A7663 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 462
    #A7664 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 462 9
    #A7665 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 484
    #A7666 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 484 9
    #A7667 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 501
    #A7668 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 501 21
    #A7669 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 538
    #A7670 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 538 9
    #A7671 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 609
    #A7672 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 609 13
    #A7673 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 618
    #A7674 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 618 13
    #A7675 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 672
    #A7676 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 672 9
    #A7677 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 730
    #A7678 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 730 5
    #A7679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 758
    #A7680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 758 17
    #A7681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 794
    #A7682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 794 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/InternalFactoryToProviderAdapter.java

    Severity Rule Message Line Col
    #A7683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A7684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Key.java

    Severity Rule Message Line Col
    #A7685 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71
    #A7686 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71 5
    #A7687 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 90
    #A7688 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 90 5
    #A7689 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 109
    #A7690 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 109 5
    #A7691 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 119
    #A7692 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 119 5
    #A7693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A7694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A7695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A7696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A7697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A7698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A7699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A7700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 9
    #A7701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432
    #A7702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432 9
    #A7703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A7704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 9
    #A7705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A7706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 9
    #A7707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482
    #A7708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482 9
    #A7709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A7710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 9
    #A7711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497
    #A7712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/LookupProcessor.java

    Severity Rule Message Line Col
    #A7713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A7714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A7715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A7716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/MembersInjectorImpl.java

    Severity Rule Message Line Col
    #A7717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A7718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/MembersInjectorStore.java

    Severity Rule Message Line Col
    #A7719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A7720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A7721 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 66
    #A7722 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/MessageProcessor.java

    Severity Rule Message Line Col
    #A7723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A7724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ModulesBuilder.java

    Severity Rule Message Line Col
    #A7725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A7726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/PrivateElementProcessor.java

    Severity Rule Message Line Col
    #A7727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A7728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ProviderToInternalFactoryAdapter.java

    Severity Rule Message Line Col
    #A7729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A7730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ProvisionException.java

    Severity Rule Message Line Col
    #A7731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A7732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Reflection.java

    Severity Rule Message Line Col
    #A7733 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41
    #A7734 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/ScopeBindingProcessor.java

    Severity Rule Message Line Col
    #A7735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A7736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/Scopes.java

    Severity Rule Message Line Col
    #A7737 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46
    #A7738 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46 17
    #A7739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A7740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A7741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A7742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/State.java

    Severity Rule Message Line Col
    #A7743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A7744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A7745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A7746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/TypeConverterBindingProcessor.java

    Severity Rule Message Line Col
    #A7747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A7748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 17
    #A7749 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 77
    #A7750 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 77 17
    #A7751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A7752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 17
    #A7753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A7754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 25
    #A7755 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 100
    #A7756 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 100 25
    #A7757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A7758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 25
    #A7759 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 126
    #A7760 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 126 17
    #A7761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A7762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 17
    #A7763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A7764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 13
    #A7765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A7766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/TypeListenerBindingProcessor.java

    Severity Rule Message Line Col
    #A7767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A7768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/TypeLiteral.java

    Severity Rule Message Line Col
    #A7769 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75
    #A7770 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75 5
    #A7771 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 85
    #A7772 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 85 5
    #A7773 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 131
    #A7774 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 131 5
    #A7775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A7776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A7777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A7778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A7779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A7780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/AssistedConstructor.java

    Severity Rule Message Line Col
    #A7781 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A7782 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 5
    #A7783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A7784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/FactoryProvider.java

    Severity Rule Message Line Col
    #A7785 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 168
    #A7786 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 168 5
    #A7787 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 216
    #A7788 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 216 17
    #A7789 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 329
    #A7790 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 329 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/FactoryProvider2.java

    Severity Rule Message Line Col
    #A7791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A7792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A7793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A7794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A7795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A7796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A7797 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 104
    #A7798 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 104 9
    #A7799 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 162
    #A7800 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 162 5
    #A7801 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 188
    #A7802 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 188 13
    #A7803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A7804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A7805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A7806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/Parameter.java

    Severity Rule Message Line Col
    #A7807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A7808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/assistedinject/ParameterListKey.java

    Severity Rule Message Line Col
    #A7809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A7810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A7811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A7812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A7813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A7814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/BindingBuilder.java

    Severity Rule Message Line Col
    #A7815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A7816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/BindingImpl.java

    Severity Rule Message Line Col
    #A7817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A7818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/ConstantBindingBuilderImpl.java

    Severity Rule Message Line Col
    #A7819 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 39
    #A7820 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 39 5
    #A7821 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 96
    #A7822 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 96 9
    #A7823 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 98
    #A7824 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 98 9
    #A7825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A7826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/ExposedBindingImpl.java

    Severity Rule Message Line Col
    #A7827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A7828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/ExposureBuilder.java

    Severity Rule Message Line Col
    #A7829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A7830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/FailableCache.java

    Severity Rule Message Line Col
    #A7831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A7832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 9
    #A7833 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A7834 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/InstanceBindingImpl.java

    Severity Rule Message Line Col
    #A7835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A7836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A7837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A7838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/InternalContext.java

    Severity Rule Message Line Col
    #A7839 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 35
    #A7840 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/InternalFactory.java

    Severity Rule Message Line Col
    #A7841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A7842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 9
    #A7843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A7844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/LinkedBindingImpl.java

    Severity Rule Message Line Col
    #A7845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A7846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/LinkedProviderBindingImpl.java

    Severity Rule Message Line Col
    #A7847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A7848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/MatcherAndConverter.java

    Severity Rule Message Line Col
    #A7849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A7850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/MoreTypes.java

    Severity Rule Message Line Col
    #A7851 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 74
    #A7852 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 74 9
    #A7853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495
    #A7854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495 9
    #A7855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 501
    #A7856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 501 9
    #A7857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506
    #A7858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506 9
    #A7859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 530
    #A7860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 530 9
    #A7861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536
    #A7862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536 9
    #A7863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541
    #A7864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541 9
    #A7865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 590
    #A7866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 590 9
    #A7867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 596
    #A7868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 596 9
    #A7869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601
    #A7870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601 9
    #A7871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 652
    #A7872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 652 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/PrivateElementsImpl.java

    Severity Rule Message Line Col
    #A7873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A7874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/ProviderInstanceBindingImpl.java

    Severity Rule Message Line Col
    #A7875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A7876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/ProviderMethod.java

    Severity Rule Message Line Col
    #A7877 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 98
    #A7878 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 98 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/ProviderMethodsModule.java

    Severity Rule Message Line Col
    #A7879 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 102
    #A7880 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 102 9
    #A7881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A7882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A7883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A7884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/Scoping.java

    Severity Rule Message Line Col
    #A7885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A7886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A7887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A7888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A7889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A7890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A7891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A7892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A7893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A7894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A7895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A7896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A7897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A7898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A7899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A7900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A7901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A7902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 13
    #A7903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A7904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 13
    #A7905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A7906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 13
    #A7907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A7908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/ToStringBuilder.java

    Severity Rule Message Line Col
    #A7909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A7910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/UniqueAnnotations.java

    Severity Rule Message Line Col
    #A7911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A7912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 13
    #A7913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A7914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 13
    #A7915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A7916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/internal/UntargettedBindingImpl.java

    Severity Rule Message Line Col
    #A7917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A7918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/matcher/AbstractMatcher.java

    Severity Rule Message Line Col
    #A7919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A7920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A7921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A7922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A7923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A7924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A7925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A7926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A7927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A7928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A7929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A7930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/matcher/Matchers.java

    Severity Rule Message Line Col
    #A7931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A7932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A7933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A7934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A7935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A7936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A7937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A7938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A7939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A7940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A7941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A7942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 9
    #A7943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A7944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A7945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A7946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 9
    #A7947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A7948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9
    #A7949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A7950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 9
    #A7951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A7952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 9
    #A7953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A7954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 9
    #A7955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A7956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 9
    #A7957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A7958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 9
    #A7959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A7960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 9
    #A7961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A7962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 9
    #A7963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A7964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 9
    #A7965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A7966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 9
    #A7967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A7968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 9
    #A7969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A7970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 9
    #A7971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A7972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 9
    #A7973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A7974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 9
    #A7975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A7976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 9
    #A7977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A7978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 9
    #A7979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384
    #A7980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384 9
    #A7981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411
    #A7982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411 9
    #A7983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417
    #A7984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417 9
    #A7985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422
    #A7986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/multibindings/MapBinder.java

    Severity Rule Message Line Col
    #A7987 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 163
    #A7988 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 163 5
    #A7989 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 170
    #A7990 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 170 5
    #A7991 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 177
    #A7992 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 177 5
    #A7993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A7994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 9
    #A7995 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 276
    #A7996 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 276 17
    #A7997 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 277
    #A7998 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 277 17
    #A7999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A8000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 9
    #A8001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A8002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 9
    #A8003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355
    #A8004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355 13
    #A8005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A8006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 13
    #A8007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368
    #A8008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/multibindings/Multibinder.java

    Severity Rule Message Line Col
    #A8009 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 149
    #A8010 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 149 5
    #A8011 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 210
    #A8012 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 210 9
    #A8013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A8014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 9
    #A8015 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 229
    #A8016 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 229 9
    #A8017 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 236
    #A8018 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 236 21
    #A8019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A8020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 9
    #A8021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A8022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 9
    #A8023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A8024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/multibindings/RealElement.java

    Severity Rule Message Line Col
    #A8025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A8026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A8027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A8028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A8029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A8030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/DefaultBindingTargetVisitor.java

    Severity Rule Message Line Col
    #A8031 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72
    #A8032 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/Dependency.java

    Severity Rule Message Line Col
    #A8033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A8034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A8035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A8036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A8037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A8038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/Elements.java

    Severity Rule Message Line Col
    #A8039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A8041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A8042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A8043 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 103
    #A8044 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 103 5
    #A8045 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 166
    #A8046 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 166 9
    #A8047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A8048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/InjectionPoint.java

    Severity Rule Message Line Col
    #A8049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A8050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A8051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A8052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A8053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A8054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/MembersInjectorLookup.java

    Severity Rule Message Line Col
    #A8055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A8056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/Message.java

    Severity Rule Message Line Col
    #A8057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A8058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A8059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A8060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A8061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A8062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/spi/ProviderLookup.java

    Severity Rule Message Line Col
    #A8063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A8064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/util/Modules.java

    Severity Rule Message Line Col
    #A8065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A8066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 17
    #A8067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A8068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 25
    #A8069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A8070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 25
    #A8071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A8072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 25
    #A8073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A8074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 25
    #A8075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A8076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 25
    #A8077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A8078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 25
    #A8079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A8080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 25
    #A8081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A8082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/inject/util/Providers.java

    Severity Rule Message Line Col
    #A8083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A8084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/FastStringReader.java

    Severity Rule Message Line Col
    #A8085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A8086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A8087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A8088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A8089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A8090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A8091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A8092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A8093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A8094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A8095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A8096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A8097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A8098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A8099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A8100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A8101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A8102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A8103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A8104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A8105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A8106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/FileSystemUtils.java

    Severity Rule Message Line Col
    #A8107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A8108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 13
    #A8109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A8110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 13
    #A8111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283
    #A8112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283 9
    #A8113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A8114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 9
    #A8115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A8116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/Streams.java

    Severity Rule Message Line Col
    #A8117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A8118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/ThrowableObjectInputStream.java

    Severity Rule Message Line Col
    #A8119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A8120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A8121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A8122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A8123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A8124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/ThrowableObjectOutputStream.java

    Severity Rule Message Line Col
    #A8125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A8126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A8127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A8128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/AdapterStreamInput.java

    Severity Rule Message Line Col
    #A8129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A8130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A8131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A8132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A8133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A8134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A8135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A8136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A8137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A8138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A8139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A8140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A8141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A8142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A8143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A8144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A8145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A8146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A8147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A8148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A8149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A8150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A8151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A8152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A8153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A8154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A8155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A8156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A8157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A8158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A8159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A8160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A8161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A8162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A8163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A8164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A8165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A8166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A8167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A8168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A8169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A8170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A8171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A8172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A8173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A8174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A8175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A8176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A8177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A8178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/AdapterStreamOutput.java

    Severity Rule Message Line Col
    #A8179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A8181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A8182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A8183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A8184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A8185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A8186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A8187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A8188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A8189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A8190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A8191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A8192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A8193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A8194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A8195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A8196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A8197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A8198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A8199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A8200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A8201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A8202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A8203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A8204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A8205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A8206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A8207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A8208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A8209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A8210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A8211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A8212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A8213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A8214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A8215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A8216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A8217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A8218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A8219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A8220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A8221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A8222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A8223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A8224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A8225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A8226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A8227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A8228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A8229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A8230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A8231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A8232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/ByteBufferStreamInput.java

    Severity Rule Message Line Col
    #A8233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A8236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A8237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A8238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A8239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A8240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A8241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A8242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A8243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A8244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A8245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A8246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A8247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A8248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A8249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A8250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A8251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A8252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/BytesStreamInput.java

    Severity Rule Message Line Col
    #A8253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A8254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A8255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A8256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A8257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A8258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A8259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A8260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A8261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A8262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A8263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A8264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A8265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A8266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A8267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A8268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A8269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A8270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/BytesStreamOutput.java

    Severity Rule Message Line Col
    #A8271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A8272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A8273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A8274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A8275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A8276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A8277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A8278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A8279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A8280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A8281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A8282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A8283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A8284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A8285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A8286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/DataOutputStreamOutput.java

    Severity Rule Message Line Col
    #A8287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A8288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A8289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A8290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A8291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A8294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A8295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A8296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/HandlesStreamInput.java

    Severity Rule Message Line Col
    #A8297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A8298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A8299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A8300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A8301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A8302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A8303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A8304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/HandlesStreamOutput.java

    Severity Rule Message Line Col
    #A8305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A8306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A8307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A8308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A8309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A8310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A8311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A8312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/InputStreamStreamInput.java

    Severity Rule Message Line Col
    #A8313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A8314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A8315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A8318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A8319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A8320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A8321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A8322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A8323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A8324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A8325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A8326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A8327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A8328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/NoopStreamOutput.java

    Severity Rule Message Line Col
    #A8329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A8330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A8331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A8332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A8333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A8336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A8337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A8338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/OutputStreamStreamOutput.java

    Severity Rule Message Line Col
    #A8339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A8343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A8344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A8345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A8346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A8347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A8348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/ReleasableBytesStreamOutput.java

    Severity Rule Message Line Col
    #A8349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A8350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/StreamInput.java

    Severity Rule Message Line Col
    #A8351 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 210
    #A8352 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 210 5
    #A8353 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 241
    #A8354 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 241 5
    #A8355 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 249
    #A8356 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 249 5
    #A8357 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 309
    #A8358 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 309 5
    #A8359 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 356
    #A8360 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 356 5
    #A8361 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 361
    #A8362 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 361 5
    #A8363 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 362
    #A8364 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 362 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/io/stream/StreamOutput.java

    Severity Rule Message Line Col
    #A8365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A8366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A8367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A8368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lease/Releasables.java

    Severity Rule Message Line Col
    #A8369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A8370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13
    #A8371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A8372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/jdk/JdkESLogger.java

    Severity Rule Message Line Col
    #A8373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A8375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A8376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A8377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A8378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A8379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A8380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A8381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A8382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A8383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A8384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A8385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A8386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A8387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A8388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A8389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A8390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A8391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A8392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A8393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A8394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A8395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A8396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A8397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A8398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A8399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A8400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A8401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A8402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A8403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A8404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A8405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A8406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A8407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A8408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/jdk/JdkESLoggerFactory.java

    Severity Rule Message Line Col
    #A8409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A8410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A8411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/log4j/Log4jESLogger.java

    Severity Rule Message Line Col
    #A8413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A8414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A8415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A8416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A8417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A8418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A8419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A8420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A8421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A8422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A8423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A8424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A8425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A8426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A8427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A8428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A8429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A8430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A8431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A8432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A8433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A8434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A8435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A8436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A8437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A8438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A8439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A8440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A8441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A8442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A8443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A8444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A8445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A8446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/log4j/Log4jESLoggerFactory.java

    Severity Rule Message Line Col
    #A8447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A8448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A8449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A8450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/log4j/LogConfigurator.java

    Severity Rule Message Line Col
    #A8451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A8452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/slf4j/Slf4jESLogger.java

    Severity Rule Message Line Col
    #A8453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A8454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A8455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A8456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A8457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A8458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A8459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A8460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A8461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A8462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A8463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A8464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A8465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A8466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A8467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A8468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A8469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A8470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A8471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A8472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A8473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A8474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A8475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A8476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A8477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A8478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A8479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A8480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A8481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A8482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A8483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A8484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A8485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A8486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A8487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A8488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/slf4j/Slf4jESLoggerFactory.java

    Severity Rule Message Line Col
    #A8489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A8490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A8491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A8492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/logging/support/AbstractESLogger.java

    Severity Rule Message Line Col
    #A8493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A8497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A8498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A8499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A8500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A8501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A8502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A8503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A8504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A8505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A8506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A8507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A8508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A8509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A8510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A8511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A8512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A8513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A8514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/HashedBytesRef.java

    Severity Rule Message Line Col
    #A8515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A8516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A8517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A8518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A8519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A8520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/IndexCommitDelegate.java

    Severity Rule Message Line Col
    #A8521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A8522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A8523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A8524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A8525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A8526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A8527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A8528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A8529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A8530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A8531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A8532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A8533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A8534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A8535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A8536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A8537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A8538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A8539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A8540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/LoggerInfoStream.java

    Severity Rule Message Line Col
    #A8541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A8542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/Lucene.java

    Severity Rule Message Line Col
    #A8543 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71
    #A8544 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71 5
    #A8545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A8546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 13
    #A8547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 606
    #A8548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 606 9
    #A8549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A8550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 9
    #A8551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 620
    #A8552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 620 9
    #A8553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 625
    #A8554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 625 9
    #A8555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713
    #A8556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713 9
    #A8557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 718
    #A8558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 718 9
    #A8559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 723
    #A8560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 723 9
    #A8561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 728
    #A8562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 728 9
    #A8563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 733
    #A8564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 733 9
    #A8565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 738
    #A8566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 738 9
    #A8567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 743
    #A8568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 743 9
    #A8569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 748
    #A8570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 748 9
    #A8571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 753
    #A8572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 753 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/MinimumScoreCollector.java

    Severity Rule Message Line Col
    #A8573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A8574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A8575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A8576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A8577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A8578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A8579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A8580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/MultiCollector.java

    Severity Rule Message Line Col
    #A8581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A8582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A8583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A8584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A8585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A8586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A8587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A8588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A8589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A8590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/SegmentReaderUtils.java

    Severity Rule Message Line Col
    #A8591 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 33
    #A8592 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 33 5
    #A8593 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 42
    #A8594 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/all/AllEntries.java

    Severity Rule Message Line Col
    #A8595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A8596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A8597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A8598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A8599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A8600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 5
    #A8601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A8602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/all/AllField.java

    Severity Rule Message Line Col
    #A8603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A8606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A8607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A8608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/all/AllTermQuery.java

    Severity Rule Message Line Col
    #A8609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A8610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A8611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A8612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A8613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A8614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 13
    #A8615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A8616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 13
    #A8617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A8618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 9
    #A8619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A8620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A8621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A8622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/all/AllTokenStream.java

    Severity Rule Message Line Col
    #A8623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A8624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A8625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A8626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/docset/AllDocIdSet.java

    Severity Rule Message Line Col
    #A8627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A8628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A8629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A8630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A8631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A8632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A8633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A8634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A8635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A8636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A8637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A8638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A8639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A8640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A8641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A8642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/docset/AndDocIdSet.java

    Severity Rule Message Line Col
    #A8643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A8644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A8645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A8646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A8647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A8648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A8649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A8650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A8651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A8652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A8653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A8654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A8655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A8656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 9
    #A8657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A8658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9
    #A8659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A8660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 9
    #A8661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A8662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/docset/BitsDocIdSetIterator.java

    Severity Rule Message Line Col
    #A8663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A8664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A8665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A8666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 9
    #A8667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A8668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/docset/MatchDocIdSet.java

    Severity Rule Message Line Col
    #A8669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A8670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A8671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A8672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A8673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A8674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A8675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A8676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A8677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A8678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A8679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A8680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A8681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A8682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A8683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A8684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A8685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A8686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A8687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A8688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A8689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A8690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 9
    #A8691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A8692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9
    #A8693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A8694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/docset/MatchDocIdSetIterator.java

    Severity Rule Message Line Col
    #A8695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A8696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A8697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A8698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A8699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A8700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/docset/NotDocIdSet.java

    Severity Rule Message Line Col
    #A8701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A8702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A8703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A8706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A8707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A8708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A8709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A8710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A8711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A8712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A8713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A8714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A8715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A8716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A8717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A8718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 9
    #A8719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A8720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A8721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A8722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 9
    #A8723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A8724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/docset/OrDocIdSet.java

    Severity Rule Message Line Col
    #A8725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A8727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A8728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A8729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A8730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A8731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A8732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A8733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A8734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A8735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A8736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A8737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A8738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9
    #A8739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A8740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A8741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A8742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A8743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A8744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/index/FilterableTermsEnum.java

    Severity Rule Message Line Col
    #A8745 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 48
    #A8746 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 48 9
    #A8747 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 50
    #A8748 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 50 9
    #A8749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A8750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A8751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A8752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A8753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A8754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A8755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A8756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A8757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A8758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 5
    #A8759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A8760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A8761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A8762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5
    #A8763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A8764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5
    #A8765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A8766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A8767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A8768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A8769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A8770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/index/FreqTermsEnum.java

    Severity Rule Message Line Col
    #A8771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A8772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A8773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A8774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/AndFilter.java

    Severity Rule Message Line Col
    #A8775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A8778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A8779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A8780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A8781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A8782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/ApplyAcceptedDocsFilter.java

    Severity Rule Message Line Col
    #A8783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A8784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A8785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A8786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A8787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A8788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A8789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A8790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A8791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A8792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A8793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A8794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 9
    #A8795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A8796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 9
    #A8797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A8798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A8799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A8800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A8801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A8802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A8803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A8804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A8805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A8806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 9
    #A8807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A8808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 9
    #A8809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A8810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 9
    #A8811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A8812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/EmptyScorer.java

    Severity Rule Message Line Col
    #A8813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A8814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A8815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A8816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A8817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A8820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A8821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A8822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A8823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A8824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/FilteredCollector.java

    Severity Rule Message Line Col
    #A8825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A8826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A8827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A8828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A8829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A8830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A8831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A8832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A8833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A8834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/LimitFilter.java

    Severity Rule Message Line Col
    #A8835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A8836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A8837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A8838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/MatchAllDocsFilter.java

    Severity Rule Message Line Col
    #A8839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A8843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A8844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A8845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A8846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/MatchNoDocsFilter.java

    Severity Rule Message Line Col
    #A8847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A8848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A8849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A8850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A8851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A8852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A8853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A8854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/MatchNoDocsQuery.java

    Severity Rule Message Line Col
    #A8855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 9
    #A8857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A8858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A8859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A8860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A8861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A8862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A8863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A8864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A8865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A8866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A8867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A8868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A8869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A8870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A8871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A8872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A8873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A8874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A8875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A8876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/MoreLikeThisQuery.java

    Severity Rule Message Line Col
    #A8877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A8878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A8879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A8880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A8881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A8882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A8883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A8884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/MultiPhrasePrefixQuery.java

    Severity Rule Message Line Col
    #A8885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A8886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A8887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A8888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A8889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A8890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 5
    #A8891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A8892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/NoCacheFilter.java

    Severity Rule Message Line Col
    #A8893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A8894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A8895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A8896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9
    #A8897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A8898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 9
    #A8899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A8900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/NoCacheQuery.java

    Severity Rule Message Line Col
    #A8901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A8902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/NoopCollector.java

    Severity Rule Message Line Col
    #A8903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A8904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A8905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A8906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A8907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A8908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A8909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/NotFilter.java

    Severity Rule Message Line Col
    #A8911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A8912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A8913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A8914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A8915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A8916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A8917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A8918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/OrFilter.java

    Severity Rule Message Line Col
    #A8919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A8920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A8921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A8922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A8923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A8924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A8925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A8926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/RegexpFilter.java

    Severity Rule Message Line Col
    #A8927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A8928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A8929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A8930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A8931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A8932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A8933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A8934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/ResolvableFilter.java

    Severity Rule Message Line Col
    #A8935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A8936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/XBooleanFilter.java

    Severity Rule Message Line Col
    #A8937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A8938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A8939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A8940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 5
    #A8941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A8942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 5
    #A8943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A8944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/XConstantScoreQuery.java

    Severity Rule Message Line Col
    #A8945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A8946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/XFilteredQuery.java

    Severity Rule Message Line Col
    #A8947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A8948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A8949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A8950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A8951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A8952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A8953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A8954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A8955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A8956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A8957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A8958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A8959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A8960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A8961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A8962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A8963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A8964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 9
    #A8965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A8966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/XMoreLikeThis.java

    Severity Rule Message Line Col
    #A8967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 979
    #A8968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 979 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/BoostScoreFunction.java

    Severity Rule Message Line Col
    #A8969 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 29
    #A8970 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 29 1
    #A8971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A8972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A8973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A8974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A8975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A8976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A8977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A8978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/CombineFunction.java

    Severity Rule Message Line Col
    #A8979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A8980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 9
    #A8981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A8982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 9
    #A8983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A8984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 9
    #A8985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A8986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 9
    #A8987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A8988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A8989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A8990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A8991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A8992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9
    #A8993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A8994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A8995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A8996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A8997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A8998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A8999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A9000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 9
    #A9001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A9002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A9003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A9004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A9005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A9006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 9
    #A9007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A9008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A9009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A9010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A9011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A9012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A9013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A9014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/CustomBoostFactorScorer.java

    Severity Rule Message Line Col
    #A9015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A9016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A9017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A9018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A9019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A9020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A9021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A9022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A9023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A9024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A9025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A9026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A9027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A9028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A9029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A9030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/FieldValueFactorFunction.java

    Severity Rule Message Line Col
    #A9031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A9032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A9033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A9034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A9035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A9036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A9037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A9038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 13
    #A9039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A9040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 13
    #A9041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A9042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 13
    #A9043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A9044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 13
    #A9045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A9046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 13
    #A9047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A9048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 13
    #A9049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A9050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 13
    #A9051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A9052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 13
    #A9053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A9054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 13
    #A9055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A9056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 13
    #A9057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A9058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/FiltersFunctionScoreQuery.java

    Severity Rule Message Line Col
    #A9059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A9060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A9061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A9062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A9063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A9064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A9065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A9066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A9067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A9068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A9069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A9070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A9071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A9072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 9
    #A9073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A9074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9
    #A9075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A9076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9
    #A9077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A9078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/FunctionScoreQuery.java

    Severity Rule Message Line Col
    #A9079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A9080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A9081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A9082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A9083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A9084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A9085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A9086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A9087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A9088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A9089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A9090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A9091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A9092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A9093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A9094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/RandomScoreFunction.java

    Severity Rule Message Line Col
    #A9095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A9096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A9097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A9098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A9099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A9100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/ScriptScoreFunction.java

    Severity Rule Message Line Col
    #A9101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A9102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A9103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A9104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9
    #A9105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A9106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 9
    #A9107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A9108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A9109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A9110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A9111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A9112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A9113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A9114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A9115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A9116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A9117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A9118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A9119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A9120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/search/function/WeightFactorFunction.java

    Severity Rule Message Line Col
    #A9121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A9122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A9123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A9124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A9125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A9126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A9127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A9128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A9129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A9130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A9131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A9132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/store/FilterIndexOutput.java

    Severity Rule Message Line Col
    #A9133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A9134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A9135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A9136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A9137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A9138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A9139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A9140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A9141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A9142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A9143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A9144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A9145 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 62
    #A9146 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 62 5
    #A9147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A9148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/store/InputStreamIndexInput.java

    Severity Rule Message Line Col
    #A9149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A9150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A9151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A9152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A9153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A9154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A9155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A9156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A9157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A9158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/store/OutputStreamIndexOutput.java

    Severity Rule Message Line Col
    #A9159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A9162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A9163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A9164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A9165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A9166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A9167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A9168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/store/ThreadSafeInputStreamIndexInput.java

    Severity Rule Message Line Col
    #A9169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/lucene/uid/Versions.java

    Severity Rule Message Line Col
    #A9171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A9172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/metrics/MeterMetric.java

    Severity Rule Message Line Col
    #A9173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A9174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/netty/KeepFrameDecoder.java

    Severity Rule Message Line Col
    #A9175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A9176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/netty/NettyUtils.java

    Severity Rule Message Line Col
    #A9177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A9178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A9179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A9180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/netty/OpenChannelsHandler.java

    Severity Rule Message Line Col
    #A9181 warning AnnotationOnSameLine Annotation 'Sharable' should be on the same line with its target. 32
    #A9182 warning AnnotationOnSameLine Annotation 'Sharable' should be on the same line with its target. 32 1
    #A9183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A9184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/netty/ReleaseChannelFutureListener.java

    Severity Rule Message Line Col
    #A9185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A9186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/network/MulticastChannel.java

    Severity Rule Message Line Col
    #A9187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A9188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A9189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A9190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A9191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A9192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 9
    #A9193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A9194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9
    #A9195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A9196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 9
    #A9197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A9198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 9
    #A9199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A9200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 9
    #A9201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A9202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 9
    #A9203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A9204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 9
    #A9205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A9206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/network/NetworkModule.java

    Severity Rule Message Line Col
    #A9207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A9208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/network/NetworkService.java

    Severity Rule Message Line Col
    #A9209 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 84
    #A9210 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/network/NetworkUtils.java

    Severity Rule Message Line Col
    #A9211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A9212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 13
    #A9213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A9214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/path/PathTrie.java

    Severity Rule Message Line Col
    #A9215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A9216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/recycler/AbstractRecycler.java

    Severity Rule Message Line Col
    #A9217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/recycler/ConcurrentDequeRecycler.java

    Severity Rule Message Line Col
    #A9219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A9220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A9221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A9222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A9223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A9224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A9225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A9226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/recycler/DequeRecycler.java

    Severity Rule Message Line Col
    #A9227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A9228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A9229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A9230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A9231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A9232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A9233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A9234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A9235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A9236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/recycler/FilterRecycler.java

    Severity Rule Message Line Col
    #A9237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A9238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A9239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A9242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/recycler/NoneRecycler.java

    Severity Rule Message Line Col
    #A9243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A9244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A9245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A9248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A9249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A9250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A9251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A9252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/recycler/Recyclers.java

    Severity Rule Message Line Col
    #A9253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A9254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 13
    #A9255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A9256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A9257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A9258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A9259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A9260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 13
    #A9261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A9262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13
    #A9263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A9264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 13
    #A9265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A9266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 13
    #A9267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A9268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 13
    #A9269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A9270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 13
    #A9271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A9272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 13
    #A9273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A9274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 21
    #A9275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A9276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 21
    #A9277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A9278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 21
    #A9279 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 207
    #A9280 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 207 17
    #A9281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A9282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 13
    #A9283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A9284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/rounding/Rounding.java

    Severity Rule Message Line Col
    #A9285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A9286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A9287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A9288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A9289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A9290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A9291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A9292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 9
    #A9293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A9294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A9295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A9296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A9297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A9298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A9299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A9300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A9301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A9302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 9
    #A9303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A9304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 9
    #A9305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A9306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 9
    #A9307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A9308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 9
    #A9309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A9310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 9
    #A9311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A9312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 9
    #A9313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A9314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 9
    #A9315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A9316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 9
    #A9317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A9318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9
    #A9319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A9320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/rounding/TimeZoneRounding.java

    Severity Rule Message Line Col
    #A9321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A9322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 9
    #A9323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A9324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 9
    #A9325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A9326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 9
    #A9327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A9328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9
    #A9329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A9330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9
    #A9331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A9332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A9333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A9334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 9
    #A9335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A9336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 9
    #A9337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A9338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 9
    #A9339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A9340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9
    #A9341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A9342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 9
    #A9343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A9344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 9
    #A9345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A9346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 9
    #A9347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A9348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 9
    #A9349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A9350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 9
    #A9351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A9352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 9
    #A9353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A9354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 9
    #A9355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A9356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 9
    #A9357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A9358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 9
    #A9359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A9360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 9
    #A9361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A9362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 9
    #A9363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A9364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 9
    #A9365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A9366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 9
    #A9367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348
    #A9368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348 9
    #A9369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A9370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 9
    #A9371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A9372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 9
    #A9373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A9374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 9
    #A9375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395
    #A9376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395 9
    #A9377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400
    #A9378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400 9
    #A9379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407
    #A9380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407 9
    #A9381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434
    #A9382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434 9
    #A9383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A9384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 9
    #A9385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A9386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 9
    #A9387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454
    #A9388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454 9
    #A9389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459
    #A9390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459 9
    #A9391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466
    #A9392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/ImmutableSettings.java

    Severity Rule Message Line Col
    #A9393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A9394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A9395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A9396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A9397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A9398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A9399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A9400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A9401 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 137
    #A9402 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 137 21
    #A9403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A9404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A9405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A9406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5
    #A9407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A9408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A9409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A9410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 5
    #A9411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A9412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 5
    #A9413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A9414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 5
    #A9415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A9416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 5
    #A9417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A9418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5
    #A9419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A9420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 5
    #A9421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A9422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5
    #A9423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A9424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 5
    #A9425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A9426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 5
    #A9427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A9428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 5
    #A9429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330
    #A9430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330 5
    #A9431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A9432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 5
    #A9433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A9434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 5
    #A9435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A9436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 5
    #A9437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A9438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 5
    #A9439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A9440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 5
    #A9441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384
    #A9442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384 5
    #A9443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389
    #A9444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389 5
    #A9445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394
    #A9446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394 5
    #A9447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399
    #A9448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399 5
    #A9449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 404
    #A9450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 404 5
    #A9451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409
    #A9452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409 5
    #A9453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414
    #A9454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414 5
    #A9455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A9456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 5
    #A9457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A9458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 5
    #A9459 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 429
    #A9460 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 429 5
    #A9461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430
    #A9462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430 5
    #A9463 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 443
    #A9464 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 443 5
    #A9465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444
    #A9466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444 5
    #A9467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480
    #A9468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480 5
    #A9469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485
    #A9470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485 5
    #A9471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490
    #A9472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490 5
    #A9473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 521
    #A9474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 521 5
    #A9475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 526
    #A9476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 526 5
    #A9477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 564
    #A9478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 564 5
    #A9479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577
    #A9480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577 5
    #A9481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591
    #A9482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591 5
    #A9483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 600
    #A9484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 600 5
    #A9485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 613
    #A9486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 613 5
    #A9487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 648
    #A9488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 648 5
    #A9489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1071
    #A9490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1071 17
    #A9491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1088
    #A9492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1088 17
    #A9493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1150
    #A9494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1150 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/Settings.java

    Severity Rule Message Line Col
    #A9495 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 76
    #A9496 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/SettingsFilter.java

    Severity Rule Message Line Col
    #A9497 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A9498 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/SettingsModule.java

    Severity Rule Message Line Col
    #A9499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/loader/JsonSettingsLoader.java

    Severity Rule Message Line Col
    #A9501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A9502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/loader/PropertiesSettingsLoader.java

    Severity Rule Message Line Col
    #A9503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A9506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/loader/XContentSettingsLoader.java

    Severity Rule Message Line Col
    #A9507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A9508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A9509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A9510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/settings/loader/YamlSettingsLoader.java

    Severity Rule Message Line Col
    #A9511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A9512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A9513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A9514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/text/BytesText.java

    Severity Rule Message Line Col
    #A9515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A9516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A9517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A9518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A9519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A9520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A9521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A9522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A9523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A9524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A9525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A9526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A9527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A9528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A9529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A9530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/text/StringAndBytesText.java

    Severity Rule Message Line Col
    #A9531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A9532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A9533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A9534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A9535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A9536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A9537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A9538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A9539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A9540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A9541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A9542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A9543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A9544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A9545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A9546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/text/StringText.java

    Severity Rule Message Line Col
    #A9547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A9548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A9549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A9550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A9551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A9552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A9553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A9554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A9555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A9556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A9557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A9558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A9559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A9560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A9561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A9562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/transport/BoundTransportAddress.java

    Severity Rule Message Line Col
    #A9563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A9564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A9565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A9566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A9567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A9568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/transport/DummyTransportAddress.java

    Severity Rule Message Line Col
    #A9569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A9571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A9572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A9573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A9574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A9575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A9576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/transport/InetSocketTransportAddress.java

    Severity Rule Message Line Col
    #A9577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A9578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A9579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A9580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A9581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A9582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A9583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A9584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A9585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A9586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A9587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A9588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A9589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A9590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/transport/LocalTransportAddress.java

    Severity Rule Message Line Col
    #A9591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A9592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A9593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A9594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A9595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A9596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A9597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A9598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A9599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A9600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A9601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A9602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A9603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A9604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/transport/PortsRange.java

    Severity Rule Message Line Col
    #A9605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A9606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/ByteSizeUnit.java

    Severity Rule Message Line Col
    #A9607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A9608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 9
    #A9609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A9610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 9
    #A9611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A9612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 9
    #A9613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A9614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A9615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A9616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 9
    #A9617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A9618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9
    #A9619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A9620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A9621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A9622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A9623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A9624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A9625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A9626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A9627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A9628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A9629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A9630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A9631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A9632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A9633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A9634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A9635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A9636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A9637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A9638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A9639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A9640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 9
    #A9641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A9642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 9
    #A9643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A9644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A9645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A9646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A9647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A9648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 9
    #A9649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A9650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A9651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A9652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 9
    #A9653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A9654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 9
    #A9655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A9656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 9
    #A9657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A9658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 9
    #A9659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A9660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 9
    #A9661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A9662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 9
    #A9663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A9664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 9
    #A9665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A9666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 9
    #A9667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A9668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 9
    #A9669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A9670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 9
    #A9671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A9672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 9
    #A9673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A9674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 9
    #A9675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A9676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 9
    #A9677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A9678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/ByteSizeValue.java

    Severity Rule Message Line Col
    #A9679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A9680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A9681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A9682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A9683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A9684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A9685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A9686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5
    #A9687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A9688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/DistanceUnit.java

    Severity Rule Message Line Col
    #A9689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A9690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A9691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A9692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 9
    #A9693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A9694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 9
    #A9695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A9696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 9
    #A9697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A9698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/Fuzziness.java

    Severity Rule Message Line Col
    #A9699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A9700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/Percent.java

    Severity Rule Message Line Col
    #A9701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A9702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A9703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A9704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/SizeUnit.java

    Severity Rule Message Line Col
    #A9705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A9706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 9
    #A9707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A9708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 9
    #A9709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A9710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 9
    #A9711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A9712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A9713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A9714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A9715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A9716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A9717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A9718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9
    #A9719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A9720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A9721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A9722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9
    #A9723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A9724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A9725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A9726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A9727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A9728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A9729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A9730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A9731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A9732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A9733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A9734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A9735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A9736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A9737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A9738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9
    #A9739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A9740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 9
    #A9741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A9742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 9
    #A9743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A9744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A9745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A9746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A9747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A9748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A9749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A9750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A9751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A9752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A9753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A9754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 9
    #A9755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A9756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A9757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A9758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9
    #A9759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A9760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 9
    #A9761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A9762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9
    #A9763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A9764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A9765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A9766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 9
    #A9767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A9768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A9769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A9770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 9
    #A9771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A9772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 9
    #A9773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A9774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 9
    #A9775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A9776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/SizeValue.java

    Severity Rule Message Line Col
    #A9777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A9778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A9779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A9780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5
    #A9781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A9782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A9783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A9784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A9785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A9786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/unit/TimeValue.java

    Severity Rule Message Line Col
    #A9787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A9788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A9789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A9790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A9791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A9792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 5
    #A9793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A9794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A9795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A9796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/AbstractArray.java

    Severity Rule Message Line Col
    #A9797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A9798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/AbstractBigArray.java

    Severity Rule Message Line Col
    #A9799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A9800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/AbstractHash.java

    Severity Rule Message Line Col
    #A9801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A9802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A9803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A9804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigArrays.java

    Severity Rule Message Line Col
    #A9805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A9806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9
    #A9807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A9808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A9809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A9810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A9811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A9812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 9
    #A9813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A9814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A9815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A9816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 9
    #A9817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A9818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 9
    #A9819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A9820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9
    #A9821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A9822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 9
    #A9823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A9824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 9
    #A9825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A9826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 9
    #A9827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A9828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 9
    #A9829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A9830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 9
    #A9831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A9832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 9
    #A9833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A9834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A9835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A9836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9
    #A9837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A9838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 9
    #A9839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A9840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9
    #A9841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A9842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9
    #A9843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A9844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 9
    #A9845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A9846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 9
    #A9847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A9848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 9
    #A9849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A9850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 9
    #A9851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A9852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 9
    #A9853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A9854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 9
    #A9855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A9856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 9
    #A9857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A9858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 9
    #A9859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A9860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 9
    #A9861 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 345
    #A9862 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 345 9
    #A9863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A9864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 9
    #A9865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A9866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 9
    #A9867 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 355
    #A9868 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 355 13
    #A9869 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 367
    #A9870 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 367 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigArraysModule.java

    Severity Rule Message Line Col
    #A9871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A9872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A9873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A9874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigByteArray.java

    Severity Rule Message Line Col
    #A9875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A9876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A9877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A9878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A9879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A9880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A9881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A9882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A9883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A9884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A9885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A9886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigDoubleArray.java

    Severity Rule Message Line Col
    #A9887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A9888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A9889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A9890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A9891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A9892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A9893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A9894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A9895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A9896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigFloatArray.java

    Severity Rule Message Line Col
    #A9897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A9898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A9899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A9900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A9901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A9902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A9903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A9904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigIntArray.java

    Severity Rule Message Line Col
    #A9905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A9906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A9907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A9908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A9909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A9910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A9911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A9912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A9913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A9914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigLongArray.java

    Severity Rule Message Line Col
    #A9915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A9916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A9917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A9918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A9919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A9920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A9921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A9922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A9923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A9924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BigObjectArray.java

    Severity Rule Message Line Col
    #A9925 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47
    #A9926 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47 5
    #A9927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A9928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A9929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A9930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A9931 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 60
    #A9932 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 60 9
    #A9933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A9934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BloomFilter.java

    Severity Rule Message Line Col
    #A9935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A9936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 17
    #A9937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A9938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 5
    #A9939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389
    #A9940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389 13
    #A9941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 406
    #A9942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 406 13
    #A9943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A9944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 13
    #A9945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430
    #A9946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430 13
    #A9947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A9948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 13
    #A9949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461
    #A9950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/BytesRefHash.java

    Severity Rule Message Line Col
    #A9951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A9952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A9953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A9954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/CollectionUtils.java

    Severity Rule Message Line Col
    #A9955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A9956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 13
    #A9957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A9958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 13
    #A9959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A9960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A9961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A9962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13
    #A9963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A9964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 13
    #A9965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A9966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 13
    #A9967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A9968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13
    #A9969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A9970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 13
    #A9971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A9972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 13
    #A9973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A9974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 13
    #A9975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A9976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 13
    #A9977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A9978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 13
    #A9979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A9980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 13
    #A9981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A9982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 13
    #A9983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A9984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 13
    #A9985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A9986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 13
    #A9987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A9988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 9
    #A9989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301
    #A9990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301 9
    #A9991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A9992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 17
    #A9993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A9994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/DefaultBigArraysModule.java

    Severity Rule Message Line Col
    #A9995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A9996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/LongHash.java

    Severity Rule Message Line Col
    #A9997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A9998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A9999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A10000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/LongObjectPagedHashMap.java

    Severity Rule Message Line Col
    #A10001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A10002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A10003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A10004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 13
    #A10005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A10006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 13
    #A10007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A10008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A10009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A10010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A10011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A10012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A10013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A10014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/AbstractRefCounted.java

    Severity Rule Message Line Col
    #A10015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A10016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A10017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A10018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A10019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A10020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/AtomicArray.java

    Severity Rule Message Line Col
    #A10021 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37
    #A10022 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/BaseFuture.java

    Severity Rule Message Line Col
    #A10023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A10024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A10025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A10026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A10027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A10028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A10029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A10030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A10031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A10032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A10033 warning AnnotationOnSameLine Annotation 'Beta' should be on the same line with its target. 199
    #A10034 warning AnnotationOnSameLine Annotation 'Beta' should be on the same line with its target. 199 5
    #A10035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A10036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9
    #A10037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A10038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/ConcurrentHashMapLong.java

    Severity Rule Message Line Col
    #A10039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A10040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A10041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A10042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A10043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A10044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A10045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A10046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A10047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A10048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A10049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A10050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A10051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A10052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A10053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A10054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A10055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A10056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A10057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A10058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A10059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A10060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A10061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A10062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A10063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A10064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A10065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A10066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A10067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A10068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A10069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A10070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A10071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A10072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A10073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A10074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/EsAbortPolicy.java

    Severity Rule Message Line Col
    #A10075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A10076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A10077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A10078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/EsExecutors.java

    Severity Rule Message Line Col
    #A10079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A10080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 9
    #A10081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A10082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A10083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A10084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/EsRejectedExecutionException.java

    Severity Rule Message Line Col
    #A10085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A10086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/EsThreadPoolExecutor.java

    Severity Rule Message Line Col
    #A10087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A10088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A10089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A10090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/KeyedLock.java

    Severity Rule Message Line Col
    #A10091 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 93
    #A10092 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 93 5
    #A10093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A10094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A10095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A10096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/LoggingRunnable.java

    Severity Rule Message Line Col
    #A10097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A10098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/PrioritizedCallable.java

    Severity Rule Message Line Col
    #A10099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A10100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A10101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A10102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/PrioritizedEsThreadPoolExecutor.java

    Severity Rule Message Line Col
    #A10103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A10104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A10105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A10106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A10107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A10108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A10109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A10110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A10111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A10112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A10113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A10114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9
    #A10115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A10116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9
    #A10117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A10118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 17
    #A10119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A10120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/PrioritizedRunnable.java

    Severity Rule Message Line Col
    #A10121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A10122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A10123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A10124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/ReleasableLock.java

    Severity Rule Message Line Col
    #A10125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A10126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/SizeBlockingQueue.java

    Severity Rule Message Line Col
    #A10127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A10128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A10129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A10130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A10131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A10132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 13
    #A10133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A10134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 13
    #A10135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A10136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 13
    #A10137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A10138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A10139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A10140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A10141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A10142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A10143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A10144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A10145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A10146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A10147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A10148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A10149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A10150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A10151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A10152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A10153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A10154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A10155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A10156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A10157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A10158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A10159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A10160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A10161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A10162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5
    #A10163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A10164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5
    #A10165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A10166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/util/concurrent/ThreadBarrier.java

    Severity Rule Message Line Col
    #A10167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A10168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A10169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A10170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A10171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A10172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/ToXContent.java

    Severity Rule Message Line Col
    #A10173 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 45
    #A10174 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 45 9
    #A10175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A10176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A10177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A10178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A10179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A10180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A10181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A10182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A10183 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 70
    #A10184 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 70 19
    #A10185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A10186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A10187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A10188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A10189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A10190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A10191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A10192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A10193 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 108
    #A10194 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 108 19
    #A10195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A10196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A10197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A10198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A10199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A10200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 9
    #A10201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A10202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A10203 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 143
    #A10204 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 143 19

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/XContentBuilder.java

    Severity Rule Message Line Col
    #A10205 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 564
    #A10206 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 564 5
    #A10207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1130
    #A10208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/XContentHelper.java

    Severity Rule Message Line Col
    #A10209 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46
    #A10210 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46 1
    #A10211 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 273
    #A10212 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 273 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/XContentParser.java

    Severity Rule Message Line Col
    #A10213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A10214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 13
    #A10215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A10216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 13
    #A10217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A10218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A10219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A10220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A10221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A10222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 13
    #A10223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A10224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A10225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A10226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A10227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A10228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A10229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A10230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 13
    #A10231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A10232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13
    #A10233 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 158
    #A10234 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 158 5
    #A10235 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 166
    #A10236 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/XContentType.java

    Severity Rule Message Line Col
    #A10237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A10238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A10239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A10240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A10241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A10242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9
    #A10243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A10244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A10245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A10246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A10247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A10248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A10249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A10250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A10251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A10252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A10253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A10254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A10255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A10256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A10257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A10258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A10259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A10260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/cbor/CborXContent.java

    Severity Rule Message Line Col
    #A10261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A10262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A10263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A10264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A10265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A10266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A10267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A10268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A10269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A10270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A10271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A10272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A10273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A10274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A10275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A10276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A10277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A10278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A10279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A10280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/cbor/CborXContentGenerator.java

    Severity Rule Message Line Col
    #A10281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A10282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A10283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A10284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A10285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A10286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A10287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A10288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A10289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A10290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A10291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A10292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/cbor/CborXContentParser.java

    Severity Rule Message Line Col
    #A10293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A10294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/json/JsonXContent.java

    Severity Rule Message Line Col
    #A10295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A10296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A10297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A10298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A10299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A10300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A10301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A10302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A10303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A10304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A10305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A10306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A10307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A10308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A10309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A10310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A10311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A10312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A10313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A10314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/json/JsonXContentGenerator.java

    Severity Rule Message Line Col
    #A10315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A10316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A10317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A10318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A10319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A10320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A10321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A10322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A10323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A10324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A10325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A10326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A10327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A10328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A10329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A10330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A10331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A10332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A10333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A10334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A10335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A10336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A10337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A10338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A10339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A10340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A10341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A10342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A10343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A10344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A10345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A10346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A10347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A10348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A10349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A10350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A10351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A10352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A10353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A10354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A10355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A10356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A10357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A10358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A10359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A10360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A10361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A10362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A10363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A10364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A10365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A10366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A10367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A10368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A10369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A10370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A10371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A10372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A10373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A10374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A10375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A10376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5
    #A10377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A10378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5
    #A10379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A10380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5
    #A10381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A10382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A10383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A10384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A10385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A10386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5
    #A10387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A10388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A10389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A10390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A10391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A10392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 5
    #A10393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A10394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 5
    #A10395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A10396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 5
    #A10397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A10398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 5
    #A10399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A10400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 5
    #A10401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A10402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 5
    #A10403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325
    #A10404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325 5
    #A10405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A10406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 5
    #A10407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A10408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/json/JsonXContentParser.java

    Severity Rule Message Line Col
    #A10409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A10410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A10411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A10412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A10413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A10414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A10415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A10416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A10417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A10418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A10419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A10420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A10421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A10422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A10423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A10424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A10425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A10426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A10427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A10428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A10429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A10430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A10431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A10432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A10433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A10434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A10435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A10436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A10437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A10438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A10439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A10440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A10441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A10442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A10443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A10444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A10445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A10446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A10447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A10448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A10449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A10450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A10451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A10452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A10453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A10454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A10455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A10456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/smile/SmileXContent.java

    Severity Rule Message Line Col
    #A10457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A10458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A10459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A10460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A10461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A10462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A10463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A10464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A10465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A10466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A10467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A10468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A10469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A10470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A10471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A10472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A10473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A10474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A10475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A10476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/smile/SmileXContentGenerator.java

    Severity Rule Message Line Col
    #A10477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A10478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A10479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A10480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A10481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A10482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A10483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A10484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A10485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A10486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A10487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A10488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/smile/SmileXContentParser.java

    Severity Rule Message Line Col
    #A10489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A10490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/support/AbstractXContentGenerator.java

    Severity Rule Message Line Col
    #A10491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A10492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A10493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A10494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A10495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A10496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A10497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A10498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A10499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A10500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A10501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A10502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A10503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A10504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A10505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A10506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A10507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A10508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A10509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A10510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/support/AbstractXContentParser.java

    Severity Rule Message Line Col
    #A10511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A10512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A10513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A10514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A10515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A10516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A10517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A10518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A10519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A10520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A10521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A10522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A10523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A10524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A10525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A10526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A10527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A10528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A10529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A10530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A10531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A10532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A10533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A10534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A10535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A10536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A10537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A10538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A10539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A10540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A10541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A10542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A10543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A10544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A10545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A10546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 5
    #A10547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A10548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 9
    #A10549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A10550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 9
    #A10551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A10552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 5
    #A10553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A10554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/support/XContentMapValues.java

    Severity Rule Message Line Col
    #A10555 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52
    #A10556 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52 5
    #A10557 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 80
    #A10558 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 80 5
    #A10559 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 104
    #A10560 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/yaml/YamlXContent.java

    Severity Rule Message Line Col
    #A10561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A10562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A10563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A10564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A10565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A10566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A10567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A10568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A10569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A10570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A10571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A10572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A10573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A10574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A10575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A10576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A10577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A10578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A10579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A10580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/yaml/YamlXContentGenerator.java

    Severity Rule Message Line Col
    #A10581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A10582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A10583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A10584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A10585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A10586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A10587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A10588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A10589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A10590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A10591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A10592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/common/xcontent/yaml/YamlXContentParser.java

    Severity Rule Message Line Col
    #A10593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A10594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/AckClusterStatePublishResponseHandler.java

    Severity Rule Message Line Col
    #A10595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A10596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A10597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A10598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/DiscoveryModule.java

    Severity Rule Message Line Col
    #A10599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A10600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A10601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A10602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/DiscoveryService.java

    Severity Rule Message Line Col
    #A10603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A10604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 9
    #A10605 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68
    #A10606 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68 5
    #A10607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A10608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A10609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A10610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A10611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A10612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/DiscoverySettings.java

    Severity Rule Message Line Col
    #A10613 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52
    #A10614 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52 5
    #A10615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A10616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/MasterNotDiscoveredException.java

    Severity Rule Message Line Col
    #A10617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A10618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/local/LocalDiscovery.java

    Severity Rule Message Line Col
    #A10619 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 79
    #A10620 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 79 5
    #A10621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A10622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A10623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A10624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A10625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A10626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A10627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A10628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 21
    #A10629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A10630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 21
    #A10631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A10632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 21
    #A10633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A10634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 21
    #A10635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A10636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 21
    #A10637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A10638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 21
    #A10639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A10640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 21
    #A10641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A10642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 21
    #A10643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A10644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5
    #A10645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A10646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 21
    #A10647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A10648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 21
    #A10649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A10650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 5
    #A10651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A10652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 5
    #A10653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A10654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 5
    #A10655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A10656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 5
    #A10657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A10658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 5
    #A10659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A10660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 25
    #A10661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A10662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 25
    #A10663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A10664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/local/LocalDiscoveryModule.java

    Severity Rule Message Line Col
    #A10665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A10666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/DiscoveryNodesProvider.java

    Severity Rule Message Line Col
    #A10667 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 33
    #A10668 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ZenDiscovery.java

    Severity Rule Message Line Col
    #A10669 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 142
    #A10670 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 142 5
    #A10671 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 147
    #A10672 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 147 5
    #A10673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A10674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 13
    #A10675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A10676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A10677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A10678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 5
    #A10679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A10680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5
    #A10681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A10682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 13
    #A10683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A10684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 13
    #A10685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A10686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A10687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A10688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5
    #A10689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A10690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 5
    #A10691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301
    #A10692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301 5
    #A10693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A10694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 5
    #A10695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A10696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 5
    #A10697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A10698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 5
    #A10699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A10700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 5
    #A10701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A10702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 5
    #A10703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A10704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 5
    #A10705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A10706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 17
    #A10707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391
    #A10708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391 17
    #A10709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397
    #A10710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397 17
    #A10711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421
    #A10712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421 17
    #A10713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A10714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 17
    #A10715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511
    #A10716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511 17
    #A10717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524
    #A10718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524 17
    #A10719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 529
    #A10720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 529 17
    #A10721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 549
    #A10722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 549 13
    #A10723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 567
    #A10724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 567 13
    #A10725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572
    #A10726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572 13
    #A10727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577
    #A10728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577 13
    #A10729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 596
    #A10730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 596 13
    #A10731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 606
    #A10732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 606 13
    #A10733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A10734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 13
    #A10735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 616
    #A10736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 616 13
    #A10737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 636
    #A10738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 636 13
    #A10739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 693
    #A10740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 693 13
    #A10741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 698
    #A10742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 698 13
    #A10743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731
    #A10744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731 17
    #A10745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 736
    #A10746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 736 17
    #A10747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 741
    #A10748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 741 17
    #A10749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 761
    #A10750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 761 21
    #A10751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 831
    #A10752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 831 21
    #A10753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 837
    #A10754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 837 21
    #A10755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 924
    #A10756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 924 17
    #A10757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 956
    #A10758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 956 17
    #A10759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 974
    #A10760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 974 17
    #A10761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 980
    #A10762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 980 17
    #A10763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1147
    #A10764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1147 21
    #A10765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1169
    #A10766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1169 9
    #A10767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1176
    #A10768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1176 9
    #A10769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1181
    #A10770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1181 9
    #A10771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1191
    #A10772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1191 9
    #A10773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1196
    #A10774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1196 9
    #A10775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1217
    #A10776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1217 17
    #A10777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1223
    #A10778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1223 17
    #A10779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1233
    #A10780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1233 9
    #A10781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1254
    #A10782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1254 9
    #A10783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1260
    #A10784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1260 9
    #A10785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1269
    #A10786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1269 9
    #A10787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1274
    #A10788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1274 9
    #A10789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1277
    #A10790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1277 17
    #A10791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1287
    #A10792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1287 17
    #A10793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1292
    #A10794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1292 17
    #A10795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1299
    #A10796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1299 9
    #A10797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1306
    #A10798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1306 9
    #A10799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1365
    #A10800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1365 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ZenDiscoveryModule.java

    Severity Rule Message Line Col
    #A10801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A10802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/elect/ElectMasterService.java

    Severity Rule Message Line Col
    #A10803 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A10804 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A10805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A10806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/fd/FaultDetection.java

    Severity Rule Message Line Col
    #A10807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A10808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A10809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A10810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/fd/MasterFaultDetection.java

    Severity Rule Message Line Col
    #A10811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A10812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A10813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A10814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 17
    #A10815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A10816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 9
    #A10817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A10818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 25
    #A10819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A10820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 25
    #A10821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A10822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 25
    #A10823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A10824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 25
    #A10825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A10826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 9
    #A10827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A10828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 9
    #A10829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A10830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 9
    #A10831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A10832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 9
    #A10833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A10834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 9
    #A10835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A10836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 21
    #A10837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371
    #A10838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371 21
    #A10839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A10840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 21
    #A10841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A10842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 9
    #A10843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421
    #A10844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421 9
    #A10845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431
    #A10846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431 9
    #A10847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A10848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 9
    #A10849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456
    #A10850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/fd/NodesFaultDetection.java

    Severity Rule Message Line Col
    #A10851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A10852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A10853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A10854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 13
    #A10855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A10856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 13
    #A10857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A10858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A10859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A10860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 25
    #A10861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A10862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 25
    #A10863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A10864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 25
    #A10865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A10866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 25
    #A10867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A10868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 9
    #A10869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A10870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 9
    #A10871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A10872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 9
    #A10873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A10874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 9
    #A10875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A10876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 9
    #A10877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A10878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 9
    #A10879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A10880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/membership/MembershipAction.java

    Severity Rule Message Line Col
    #A10881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A10882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A10883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A10884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 9
    #A10885 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 147
    #A10886 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 147 5
    #A10887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A10888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A10889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A10890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 9
    #A10891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A10892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9
    #A10893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A10894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 9
    #A10895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A10896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 17
    #A10897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A10898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 17
    #A10899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A10900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 9
    #A10901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A10902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9
    #A10903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A10904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A10905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A10906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 9
    #A10907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A10908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 9
    #A10909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A10910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A10911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A10912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 9
    #A10913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A10914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 9
    #A10915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A10916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 9
    #A10917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A10918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 9
    #A10919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A10920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ping/ZenPing.java

    Severity Rule Message Line Col
    #A10921 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 75
    #A10922 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 75 9
    #A10923 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 120
    #A10924 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 120 9
    #A10925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A10926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A10927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A10928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 9
    #A10929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A10930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ping/ZenPingService.java

    Severity Rule Message Line Col
    #A10931 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A10932 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A10933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A10934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A10935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A10936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A10937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A10938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A10939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A10940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A10941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A10942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 13
    #A10943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A10944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A10945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A10946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ping/multicast/MulticastZenPing.java

    Severity Rule Message Line Col
    #A10947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A10948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A10949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A10950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A10951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A10952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A10953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A10954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A10955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A10956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 17
    #A10957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A10958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A10959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A10960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 17
    #A10961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A10962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 17
    #A10963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A10964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 17
    #A10965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A10966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 25
    #A10967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A10968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 25
    #A10969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A10970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 33
    #A10971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A10972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 33
    #A10973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A10974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 9
    #A10975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A10976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 9
    #A10977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A10978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 9
    #A10979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A10980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 17
    #A10981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A10982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 17
    #A10983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A10984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 9
    #A10985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A10986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 9
    #A10987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351
    #A10988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351 9
    #A10989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A10990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 9
    #A10991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A10992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 9
    #A10993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384
    #A10994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384 9
    #A10995 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 438
    #A10996 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 438 9
    #A10997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 538
    #A10998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 538 21
    #A10999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544
    #A11000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544 33
    #A11001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 558
    #A11002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 558 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/ping/unicast/UnicastZenPing.java

    Severity Rule Message Line Col
    #A11003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A11004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A11005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A11006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A11007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A11008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A11009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A11010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A11011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A11012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 13
    #A11013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A11014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A11015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A11016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 17
    #A11017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A11018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 25
    #A11019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A11020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 25
    #A11021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A11022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 17
    #A11023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363
    #A11024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363 21
    #A11025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 433
    #A11026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 433 13
    #A11027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438
    #A11028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438 13
    #A11029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 443
    #A11030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 443 13
    #A11031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 448
    #A11032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 448 13
    #A11033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470
    #A11034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470 13
    #A11035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475
    #A11036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475 13
    #A11037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480
    #A11038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480 13
    #A11039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485
    #A11040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485 13
    #A11041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 533
    #A11042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 533 13
    #A11043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552
    #A11044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552 9
    #A11045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 557
    #A11046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 557 9
    #A11047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 562
    #A11048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 562 9
    #A11049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579
    #A11050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579 9
    #A11051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587
    #A11052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 587 9
    #A11053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 609
    #A11054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 609 9
    #A11055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 619
    #A11056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 619 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/discovery/zen/publish/PublishClusterStateAction.java

    Severity Rule Message Line Col
    #A11057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A11058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 29
    #A11059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A11060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 29
    #A11061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A11062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 9
    #A11063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A11064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 9
    #A11065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A11066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 21
    #A11067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A11068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 21
    #A11069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A11070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/env/EnvironmentModule.java

    Severity Rule Message Line Col
    #A11071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/env/NodeEnvironment.java

    Severity Rule Message Line Col
    #A11073 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 81
    #A11074 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 81 5
    #A11075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A11076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 13
    #A11077 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 448
    #A11078 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 448 5
    #A11079 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 457
    #A11080 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 457 5
    #A11081 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 466
    #A11082 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 466 5
    #A11083 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 475
    #A11084 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 475 5
    #A11085 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 665
    #A11086 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 665 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/env/NodeEnvironmentModule.java

    Severity Rule Message Line Col
    #A11087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A11088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/env/ShardLock.java

    Severity Rule Message Line Col
    #A11089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A11090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A11091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A11092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/GatewayModule.java

    Severity Rule Message Line Col
    #A11093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A11094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A11095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/GatewayService.java

    Severity Rule Message Line Col
    #A11097 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 76
    #A11098 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 76 5
    #A11099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A11100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A11101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A11102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A11103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A11104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A11105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A11106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A11107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A11108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 21
    #A11109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A11110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 25
    #A11111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A11112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 9
    #A11113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A11114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 17
    #A11115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A11116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 17
    #A11117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A11118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 17
    #A11119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A11120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/LocalGateway.java

    Severity Rule Message Line Col
    #A11121 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62
    #A11122 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62 5
    #A11123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A11124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A11125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A11126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A11127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A11128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A11129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A11130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A11131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A11132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A11133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A11134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A11135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A11136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5
    #A11137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A11138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/LocalGatewayAllocator.java

    Severity Rule Message Line Col
    #A11139 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 78
    #A11140 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 78 5
    #A11141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A11142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A11143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A11144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A11145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A11146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A11147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388
    #A11148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/LocalGatewayModule.java

    Severity Rule Message Line Col
    #A11149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A11150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A11151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A11152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/state/meta/LocalAllocateDangledIndices.java

    Severity Rule Message Line Col
    #A11153 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56
    #A11154 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56 5
    #A11155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A11156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A11157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A11158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 13
    #A11159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A11160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A11161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A11162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 13
    #A11163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A11164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A11165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A11166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9
    #A11167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A11168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 17
    #A11169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A11170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 17
    #A11171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A11172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 17
    #A11173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A11174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A11175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A11176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 9
    #A11177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A11178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 9
    #A11179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A11180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9
    #A11181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A11182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/state/meta/LocalGatewayMetaState.java

    Severity Rule Message Line Col
    #A11183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A11184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13
    #A11185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A11186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13
    #A11187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A11188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 13
    #A11189 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 105
    #A11190 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 105 5
    #A11191 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 123
    #A11192 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 123 5
    #A11193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A11194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A11195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A11196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 25
    #A11197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A11198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 25
    #A11199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A11200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 13
    #A11201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A11202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 13
    #A11203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A11204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 13
    #A11205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A11206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 13
    #A11207 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 398
    #A11208 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 398 5
    #A11209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509
    #A11210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/state/meta/MetaDataStateFormat.java

    Severity Rule Message Line Col
    #A11211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A11212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 21
    #A11213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A11214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 9
    #A11215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A11216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/state/meta/TransportNodesListGatewayMetaState.java

    Severity Rule Message Line Col
    #A11217 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A11218 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A11219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A11220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A11221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A11222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A11223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A11224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A11225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A11226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A11227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A11228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A11229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A11230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A11231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A11232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A11233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A11234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A11235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A11236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A11237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A11238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A11239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A11240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 9
    #A11241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A11242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 9
    #A11243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A11244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A11245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A11246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 9
    #A11247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A11248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A11249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A11250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A11251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A11252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/state/shards/LocalGatewayShardsState.java

    Severity Rule Message Line Col
    #A11253 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57
    #A11254 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57 5
    #A11255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A11256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A11257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A11258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 13
    #A11259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A11260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 13
    #A11261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A11262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/state/shards/ShardStateInfo.java

    Severity Rule Message Line Col
    #A11263 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 31
    #A11264 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 31 5
    #A11265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/local/state/shards/TransportNodesListGatewayStartedShards.java

    Severity Rule Message Line Col
    #A11267 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55
    #A11268 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55 5
    #A11269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A11270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A11271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A11272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A11273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A11274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A11275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A11276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A11277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A11278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A11279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A11280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A11281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A11282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A11283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A11284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A11285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A11286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A11287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A11288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A11289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A11290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9
    #A11291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A11292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 9
    #A11293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A11294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 9
    #A11295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A11296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 9
    #A11297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A11298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9
    #A11299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A11300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9
    #A11301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A11302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/none/NoneGateway.java

    Severity Rule Message Line Col
    #A11303 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A11304 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A11305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A11306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A11307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A11308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A11309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A11310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A11311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A11312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A11313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A11314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A11315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A11316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A11317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A11318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A11319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A11320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/none/NoneGatewayAllocator.java

    Severity Rule Message Line Col
    #A11321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A11322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A11323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A11325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/gateway/none/NoneGatewayModule.java

    Severity Rule Message Line Col
    #A11327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A11328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A11329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/HttpInfo.java

    Severity Rule Message Line Col
    #A11331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A11332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A11333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A11334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A11335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A11336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/HttpServer.java

    Severity Rule Message Line Col
    #A11337 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57
    #A11338 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57 5
    #A11339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A11340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A11341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A11342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A11343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A11344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A11345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A11346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A11347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A11348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/HttpServerModule.java

    Severity Rule Message Line Col
    #A11349 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47
    #A11350 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47 5
    #A11351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A11352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/HttpStats.java

    Severity Rule Message Line Col
    #A11353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A11354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A11355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A11356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A11357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A11358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/ESHttpContentDecompressor.java

    Severity Rule Message Line Col
    #A11359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A11360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/ESHttpResponseEncoder.java

    Severity Rule Message Line Col
    #A11361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/HttpRequestHandler.java

    Severity Rule Message Line Col
    #A11363 warning AnnotationOnSameLine Annotation 'Sharable' should be on the same line with its target. 33
    #A11364 warning AnnotationOnSameLine Annotation 'Sharable' should be on the same line with its target. 33 1
    #A11365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A11366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A11367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A11368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/NettyHttpChannel.java

    Severity Rule Message Line Col
    #A11369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A11370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A11371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A11372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/NettyHttpRequest.java

    Severity Rule Message Line Col
    #A11373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A11374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A11375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A11376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A11377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A11378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A11379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A11380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A11381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A11382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A11383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A11384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A11385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A11386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A11387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A11388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A11389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A11390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A11391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A11392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A11393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A11394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A11395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A11396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A11397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A11398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A11399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A11400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/NettyHttpServerTransport.java

    Severity Rule Message Line Col
    #A11401 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 138
    #A11402 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 138 5
    #A11403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A11404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5
    #A11405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A11406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 13
    #A11407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A11408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5
    #A11409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A11410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 5
    #A11411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313
    #A11412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313 5
    #A11413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A11414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 5
    #A11415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A11416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/pipelining/HttpPipeliningHandler.java

    Severity Rule Message Line Col
    #A11417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A11418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 13
    #A11419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A11421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A11422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/http/netty/pipelining/OrderedDownstreamChannelEvent.java

    Severity Rule Message Line Col
    #A11423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A11424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A11425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A11426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/AbstractIndexComponent.java

    Severity Rule Message Line Col
    #A11427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A11428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/Index.java

    Severity Rule Message Line Col
    #A11429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A11430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A11431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A11432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A11433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A11434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A11435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A11436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A11437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A11438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/IndexModule.java

    Severity Rule Message Line Col
    #A11439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A11440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/IndexNameModule.java

    Severity Rule Message Line Col
    #A11441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/IndexService.java

    Severity Rule Message Line Col
    #A11443 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 138
    #A11444 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 138 5
    #A11445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A11446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A11447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A11448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 13
    #A11449 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 196
    #A11450 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 196 5
    #A11451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 478
    #A11452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 478 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/IndexShardMissingException.java

    Severity Rule Message Line Col
    #A11453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/LocalNodeIdModule.java

    Severity Rule Message Line Col
    #A11455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/VersionType.java

    Severity Rule Message Line Col
    #A11457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A11458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 9
    #A11459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A11460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 9
    #A11461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A11463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A11464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A11465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A11466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A11467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A11468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A11469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A11470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A11471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A11472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A11473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A11474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 9
    #A11475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A11476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 9
    #A11477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A11478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A11479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A11480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9
    #A11481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A11482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 9
    #A11483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A11484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 9
    #A11485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A11486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9
    #A11487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A11488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A11489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A11490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A11491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A11492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 9
    #A11493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A11494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 9
    #A11495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A11496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 9
    #A11497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A11498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/aliases/IndexAlias.java

    Severity Rule Message Line Col
    #A11499 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 47
    #A11500 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 47 5
    #A11501 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 52
    #A11502 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/aliases/IndexAliasesService.java

    Severity Rule Message Line Col
    #A11503 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A11504 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A11505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A11506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/aliases/IndexAliasesServiceModule.java

    Severity Rule Message Line Col
    #A11507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A11508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ASCIIFoldingTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11509 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A11510 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A11511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/AbstractCharFilterFactory.java

    Severity Rule Message Line Col
    #A11513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/AbstractIndexAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A11516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A11517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A11518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/AbstractTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A11520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/AbstractTokenizerFactory.java

    Severity Rule Message Line Col
    #A11521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A11522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/AnalysisModule.java

    Severity Rule Message Line Col
    #A11523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A11524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A11525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416
    #A11526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416 9
    #A11527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422
    #A11528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422 9
    #A11529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A11530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 9
    #A11531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461
    #A11532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461 9
    #A11533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474
    #A11534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474 9
    #A11535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479
    #A11536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479 9
    #A11537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 525
    #A11538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 525 9
    #A11539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 532
    #A11540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 532 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/AnalysisService.java

    Severity Rule Message Line Col
    #A11541 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62
    #A11542 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ApostropheFilterFactory.java

    Severity Rule Message Line Col
    #A11543 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11544 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ArabicAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11547 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11548 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ArabicNormalizationFilterFactory.java

    Severity Rule Message Line Col
    #A11551 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11552 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ArabicStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11555 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A11556 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A11557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A11558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ArmenianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11559 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11560 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/BasqueAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11563 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11564 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/BrazilianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11567 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11568 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/BrazilianStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11571 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11572 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A11574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/BulgarianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11575 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11576 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CJKBigramFilterFactory.java

    Severity Rule Message Line Col
    #A11579 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A11580 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A11581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A11582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CJKWidthFilterFactory.java

    Severity Rule Message Line Col
    #A11583 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 30
    #A11584 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 30 5
    #A11585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CatalanAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11587 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11588 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CharMatcher.java

    Severity Rule Message Line Col
    #A11591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A11593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A11594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 13
    #A11595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A11597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A11598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 13
    #A11599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A11600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 13
    #A11601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A11602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 13
    #A11603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A11604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 21
    #A11605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A11606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ChineseAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11607 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A11608 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A11609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CjkAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11611 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11612 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ClassicFilterFactory.java

    Severity Rule Message Line Col
    #A11615 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11616 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ClassicTokenizerFactory.java

    Severity Rule Message Line Col
    #A11619 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A11620 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A11621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CommonGramsTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11623 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 37
    #A11624 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 37 1
    #A11625 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A11626 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A11627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A11628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CustomAnalyzer.java

    Severity Rule Message Line Col
    #A11629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A11630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A11631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A11632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A11633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A11634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A11635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A11636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CustomAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11637 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A11638 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A11639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A11640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CzechAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11641 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11642 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/CzechStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11645 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31
    #A11646 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31 5
    #A11647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A11648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/DanishAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11649 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11650 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/DelimitedPayloadTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11653 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A11654 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A11655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A11656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/DutchAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11657 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11658 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/DutchStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11661 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A11662 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A11663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A11664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/EdgeNGramTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11665 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A11666 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A11667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A11668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/EdgeNGramTokenizerFactory.java

    Severity Rule Message Line Col
    #A11669 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A11670 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 1
    #A11671 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56
    #A11672 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56 5
    #A11673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A11674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A11675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A11676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ElisionTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11677 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A11678 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A11679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A11680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/EnglishAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11681 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11682 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/FieldNameAnalyzer.java

    Severity Rule Message Line Col
    #A11685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A11686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/FinnishAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11687 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11688 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/FrenchAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11691 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11692 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/FrenchStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11695 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A11696 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A11697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A11698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/GalicianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11699 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11700 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/GermanAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11703 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11704 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/GermanNormalizationFilterFactory.java

    Severity Rule Message Line Col
    #A11707 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11708 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/GermanStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11711 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A11712 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A11713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A11714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/GreekAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11715 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A11716 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A11717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A11718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/HindiAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11719 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11720 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/HindiNormalizationFilterFactory.java

    Severity Rule Message Line Col
    #A11723 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11724 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/HtmlStripCharFilterFactory.java

    Severity Rule Message Line Col
    #A11727 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A11728 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A11729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A11730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/HungarianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11731 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11732 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/HunspellTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11735 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 34
    #A11736 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 34 1
    #A11737 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A11738 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A11739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A11740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/IndicNormalizationFilterFactory.java

    Severity Rule Message Line Col
    #A11741 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11742 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/IndonesianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11745 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11746 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/IrishAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11749 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11750 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ItalianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11753 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11754 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/KStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11757 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 32
    #A11758 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 32 5
    #A11759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A11760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/KeepTypesFilterFactory.java

    Severity Rule Message Line Col
    #A11761 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 47
    #A11762 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 47 1
    #A11763 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52
    #A11764 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52 5
    #A11765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A11766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/KeepWordFilterFactory.java

    Severity Rule Message Line Col
    #A11767 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 59
    #A11768 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 59 1
    #A11769 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68
    #A11770 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68 5
    #A11771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A11772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/KeywordAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11773 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A11774 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A11775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/KeywordMarkerTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11777 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 35
    #A11778 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 35 1
    #A11779 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A11780 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A11781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A11782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/KeywordTokenizerFactory.java

    Severity Rule Message Line Col
    #A11783 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A11784 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A11785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A11786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/LatvianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11787 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11788 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/LengthTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11791 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A11792 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A11793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/LetterTokenizerFactory.java

    Severity Rule Message Line Col
    #A11795 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A11796 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A11797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/LimitTokenCountFilterFactory.java

    Severity Rule Message Line Col
    #A11799 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A11800 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A11801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A11802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/LowerCaseTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11803 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A11804 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A11805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A11806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/LowerCaseTokenizerFactory.java

    Severity Rule Message Line Col
    #A11807 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A11808 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A11809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/MappingCharFilterFactory.java

    Severity Rule Message Line Col
    #A11811 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 37
    #A11812 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 37 1
    #A11813 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A11814 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A11815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NGramTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11817 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A11818 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A11819 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49
    #A11820 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49 5
    #A11821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A11822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NGramTokenizerFactory.java

    Severity Rule Message Line Col
    #A11823 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 93
    #A11824 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 93 5
    #A11825 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 102
    #A11826 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 102 5
    #A11827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A11828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A11829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A11830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NamedAnalyzer.java

    Severity Rule Message Line Col
    #A11831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A11832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A11833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A11834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A11835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A11836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A11837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A11838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A11839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A11840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NorwegianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11841 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11842 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericAnalyzer.java

    Severity Rule Message Line Col
    #A11845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A11846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericDateAnalyzer.java

    Severity Rule Message Line Col
    #A11847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A11848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericDateTokenizer.java

    Severity Rule Message Line Col
    #A11849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A11850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericDoubleAnalyzer.java

    Severity Rule Message Line Col
    #A11851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericDoubleTokenizer.java

    Severity Rule Message Line Col
    #A11853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A11854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericFloatAnalyzer.java

    Severity Rule Message Line Col
    #A11855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericFloatTokenizer.java

    Severity Rule Message Line Col
    #A11857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A11858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericIntegerAnalyzer.java

    Severity Rule Message Line Col
    #A11859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericIntegerTokenizer.java

    Severity Rule Message Line Col
    #A11861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A11862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericLongAnalyzer.java

    Severity Rule Message Line Col
    #A11863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A11864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericLongTokenizer.java

    Severity Rule Message Line Col
    #A11865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A11866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/NumericTokenizer.java

    Severity Rule Message Line Col
    #A11867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 13
    #A11869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A11870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A11871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A11872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A11873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A11874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A11875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A11876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PathHierarchyTokenizerFactory.java

    Severity Rule Message Line Col
    #A11877 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A11878 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A11879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A11880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PatternAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A11882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A11883 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75
    #A11884 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75 5
    #A11885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A11886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PatternCaptureGroupTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11887 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 34
    #A11888 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 34 1
    #A11889 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A11890 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A11891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A11892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PatternReplaceCharFilterFactory.java

    Severity Rule Message Line Col
    #A11893 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 33
    #A11894 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 33 1
    #A11895 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A11896 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A11897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A11898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PatternReplaceTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11899 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 34
    #A11900 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 34 1
    #A11901 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A11902 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A11903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A11904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PatternTokenizerFactory.java

    Severity Rule Message Line Col
    #A11905 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A11906 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A11907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A11908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PersianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11909 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A11910 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A11911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A11912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PersianNormalizationFilterFactory.java

    Severity Rule Message Line Col
    #A11913 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11914 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PorterStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11917 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A11918 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A11919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A11920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PortugueseAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11921 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11922 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PreBuiltAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A11926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A11927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A11928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A11929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A11930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PreBuiltAnalyzerProviderFactory.java

    Severity Rule Message Line Col
    #A11931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PreBuiltCharFilterFactoryFactory.java

    Severity Rule Message Line Col
    #A11933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PreBuiltTokenFilterFactoryFactory.java

    Severity Rule Message Line Col
    #A11935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/PreBuiltTokenizerFactoryFactory.java

    Severity Rule Message Line Col
    #A11937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A11938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ReverseTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11939 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A11940 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A11941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A11942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/RomanianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11943 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11944 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/RussianAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11947 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11948 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/RussianStemTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11951 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A11952 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A11953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A11954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ScandinavianFoldingFilterFactory.java

    Severity Rule Message Line Col
    #A11955 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11956 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ScandinavianNormalizationFilterFactory.java

    Severity Rule Message Line Col
    #A11959 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11960 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ShingleTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11963 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A11964 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A11965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A11966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A11967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A11968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/SimpleAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11969 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A11970 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A11971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A11972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/SnowballAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11973 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 64
    #A11974 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 64 5
    #A11975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A11976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/SnowballTokenFilterFactory.java

    Severity Rule Message Line Col
    #A11977 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11978 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A11980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/SoraniAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11981 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11982 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/SoraniNormalizationFilterFactory.java

    Severity Rule Message Line Col
    #A11985 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A11986 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A11987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A11988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/SpanishAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11989 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A11990 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A11991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A11992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StandardAnalyzerProvider.java

    Severity Rule Message Line Col
    #A11993 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A11994 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A11995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A11996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StandardHtmlStripAnalyzer.java

    Severity Rule Message Line Col
    #A11997 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 42
    #A11998 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 42 5
    #A11999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A12000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A12001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A12002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StandardHtmlStripAnalyzerProvider.java

    Severity Rule Message Line Col
    #A12003 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A12004 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A12005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A12006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StandardTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12007 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A12008 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A12009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A12010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StandardTokenizerFactory.java

    Severity Rule Message Line Col
    #A12011 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A12012 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A12013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A12014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StemmerOverrideTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12015 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 37
    #A12016 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 37 1
    #A12017 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A12018 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A12019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A12020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StemmerTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12021 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 71
    #A12022 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 71 5
    #A12023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A12024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StopAnalyzerProvider.java

    Severity Rule Message Line Col
    #A12025 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A12026 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A12027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A12028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/StopTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12029 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41
    #A12030 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41 1
    #A12031 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51
    #A12032 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51 5
    #A12033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A12034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/SwedishAnalyzerProvider.java

    Severity Rule Message Line Col
    #A12035 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A12036 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A12037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/SynonymTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12039 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 47
    #A12040 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 47 1
    #A12041 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A12042 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A12043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A12044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 13
    #A12045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A12046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ThaiAnalyzerProvider.java

    Severity Rule Message Line Col
    #A12047 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A12048 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A12049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A12050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/ThaiTokenizerFactory.java

    Severity Rule Message Line Col
    #A12051 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A12052 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A12053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A12054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/TrimTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12055 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A12056 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A12057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/TruncateTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12059 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 34
    #A12060 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 34 1
    #A12061 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A12062 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A12063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A12064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/TurkishAnalyzerProvider.java

    Severity Rule Message Line Col
    #A12065 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A12066 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A12067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/UAX29URLEmailTokenizerFactory.java

    Severity Rule Message Line Col
    #A12069 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A12070 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A12071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/UniqueTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12073 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A12074 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A12075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A12076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/UpperCaseTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12077 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A12078 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A12079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A12080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/WhitespaceAnalyzerProvider.java

    Severity Rule Message Line Col
    #A12081 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A12082 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A12083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A12084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/WhitespaceTokenizerFactory.java

    Severity Rule Message Line Col
    #A12085 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A12086 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A12087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A12088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/WordDelimiterTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12089 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A12090 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A12091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A12092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/compound/AbstractCompoundWordTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12093 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A12094 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/compound/DictionaryCompoundWordTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12095 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 38
    #A12096 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 38 1
    #A12097 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A12098 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A12099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/analysis/compound/HyphenationCompoundWordTokenFilterFactory.java

    Severity Rule Message Line Col
    #A12101 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 42
    #A12102 warning AnnotationOnSameLine Annotation 'AnalysisSettingsRequired' should be on the same line with its target. 42 1
    #A12103 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A12104 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A12105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A12106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/IndexCache.java

    Severity Rule Message Line Col
    #A12107 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A12108 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A12109 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62
    #A12110 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62 5
    #A12111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A12112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A12113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A12114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/IndexCacheModule.java

    Severity Rule Message Line Col
    #A12115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A12116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/docset/DocSetCacheModule.java

    Severity Rule Message Line Col
    #A12117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A12118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/docset/none/NoneDocSetCache.java

    Severity Rule Message Line Col
    #A12119 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A12120 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A12121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A12122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A12123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A12125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A12126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A12127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A12128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/docset/simple/SimpleDocSetCache.java

    Severity Rule Message Line Col
    #A12129 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A12130 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A12131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A12132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A12133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A12134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A12135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A12136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A12137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A12138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A12139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A12140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/FilterCacheModule.java

    Severity Rule Message Line Col
    #A12141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A12142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/FilterCacheStats.java

    Severity Rule Message Line Col
    #A12143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A12144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A12145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A12146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A12147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A12148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/ShardFilterCache.java

    Severity Rule Message Line Col
    #A12149 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A12150 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A12151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A12152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/ShardFilterCacheModule.java

    Severity Rule Message Line Col
    #A12153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A12154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/none/NoneFilterCache.java

    Severity Rule Message Line Col
    #A12155 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A12156 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A12157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A12158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A12159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A12160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A12161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A12163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A12164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A12165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A12166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A12167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A12168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A12169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A12170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/support/CacheKeyFilter.java

    Severity Rule Message Line Col
    #A12171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A12172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 9
    #A12173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A12174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A12175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A12176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A12177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A12178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A12179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A12180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A12181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A12182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A12183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A12184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/filter/weighted/WeightedFilterCache.java

    Severity Rule Message Line Col
    #A12185 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 63
    #A12186 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 63 5
    #A12187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A12188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A12189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A12190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A12191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A12192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A12193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A12194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A12195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A12196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A12197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A12198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A12199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A12200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A12201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A12202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A12203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A12204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A12205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A12206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A12207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A12208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 9
    #A12209 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 234
    #A12210 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 234 9
    #A12211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A12212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A12213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A12214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/fixedbitset/FixedBitSetFilter.java

    Severity Rule Message Line Col
    #A12215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A12216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/fixedbitset/FixedBitSetFilterCache.java

    Severity Rule Message Line Col
    #A12217 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 84
    #A12218 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 84 5
    #A12219 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 92
    #A12220 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 92 5
    #A12221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A12222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A12223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A12224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 13
    #A12225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A12226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 13
    #A12227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A12228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A12229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A12230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 9
    #A12231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A12232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 9
    #A12233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A12234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 25
    #A12235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A12236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 17
    #A12237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A12238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/fixedbitset/FixedBitSetFilterCacheModule.java

    Severity Rule Message Line Col
    #A12239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A12240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/fixedbitset/ShardFixedBitSetFilterCache.java

    Severity Rule Message Line Col
    #A12241 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A12242 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/fixedbitset/ShardFixedBitSetFilterCacheModule.java

    Severity Rule Message Line Col
    #A12243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A12244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/id/IdCacheStats.java

    Severity Rule Message Line Col
    #A12245 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 36
    #A12246 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 36 1
    #A12247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A12248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A12249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A12250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A12251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A12252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/query/QueryCacheStats.java

    Severity Rule Message Line Col
    #A12253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A12254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A12255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A12256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A12257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A12258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/query/ShardQueryCache.java

    Severity Rule Message Line Col
    #A12259 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A12260 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A12261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A12262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/query/ShardQueryCacheModule.java

    Severity Rule Message Line Col
    #A12263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A12264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/query/parser/QueryParserCacheModule.java

    Severity Rule Message Line Col
    #A12265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A12266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/query/parser/none/NoneQueryParserCache.java

    Severity Rule Message Line Col
    #A12267 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A12268 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A12269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A12270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A12271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A12272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A12273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A12274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A12275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A12276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/cache/query/parser/resident/ResidentQueryParserCache.java

    Severity Rule Message Line Col
    #A12277 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A12278 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A12279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A12280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A12281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A12282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A12283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A12284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A12285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A12286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/CodecModule.java

    Severity Rule Message Line Col
    #A12287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A12288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/CodecService.java

    Severity Rule Message Line Col
    #A12289 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62
    #A12290 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/PerFieldMappingPostingFormatCodec.java

    Severity Rule Message Line Col
    #A12291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A12292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A12293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A12294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/docvaluesformat/DefaultDocValuesFormatProvider.java

    Severity Rule Message Line Col
    #A12295 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A12296 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A12297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A12298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/docvaluesformat/DocValuesFormatService.java

    Severity Rule Message Line Col
    #A12299 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56
    #A12300 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/docvaluesformat/PreBuiltDocValuesFormatProvider.java

    Severity Rule Message Line Col
    #A12301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A12302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A12303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A12304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A12305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A12306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/postingsformat/BloomFilterPostingsFormat.java

    Severity Rule Message Line Col
    #A12307 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 51
    #A12308 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 51 1
    #A12309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A12310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A12311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A12312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A12313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A12314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 9
    #A12315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A12316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A12317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A12318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 9
    #A12319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A12320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A12321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A12322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9
    #A12323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A12324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9
    #A12325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A12326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 9
    #A12327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A12328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9
    #A12329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A12330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 9
    #A12331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A12332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 9
    #A12333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A12334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 9
    #A12335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A12336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 9
    #A12337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A12338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 9
    #A12339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A12340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 9
    #A12341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A12342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 9
    #A12343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A12344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 9
    #A12345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A12346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 9
    #A12347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A12348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 9
    #A12349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A12350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 9
    #A12351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A12352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 9
    #A12353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411
    #A12354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411 9
    #A12355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416
    #A12356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416 9
    #A12357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426
    #A12358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426 9
    #A12359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432
    #A12360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/postingsformat/BloomFilterPostingsFormatProvider.java

    Severity Rule Message Line Col
    #A12361 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 35
    #A12362 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 35 1
    #A12363 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A12364 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A12365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A12366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/postingsformat/DefaultPostingsFormatProvider.java

    Severity Rule Message Line Col
    #A12367 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A12368 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A12369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A12370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/postingsformat/Elasticsearch090PostingsFormat.java

    Severity Rule Message Line Col
    #A12371 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44
    #A12372 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44 1
    #A12373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A12374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A12375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A12376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/postingsformat/PostingsFormatService.java

    Severity Rule Message Line Col
    #A12377 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56
    #A12378 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/codec/postingsformat/PreBuiltPostingsFormatProvider.java

    Severity Rule Message Line Col
    #A12379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A12380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A12381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A12382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A12383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A12384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/deletionpolicy/AbstractESDeletionPolicy.java

    Severity Rule Message Line Col
    #A12385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A12386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A12387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A12388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/deletionpolicy/DeletionPolicyModule.java

    Severity Rule Message Line Col
    #A12389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A12390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/deletionpolicy/KeepLastNDeletionPolicy.java

    Severity Rule Message Line Col
    #A12391 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A12392 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/deletionpolicy/KeepOnlyLastDeletionPolicy.java

    Severity Rule Message Line Col
    #A12393 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A12394 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/deletionpolicy/SnapshotDeletionPolicy.java

    Severity Rule Message Line Col
    #A12395 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57
    #A12396 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57 5
    #A12397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A12398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A12399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A12400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/deletionpolicy/SnapshotIndexCommit.java

    Severity Rule Message Line Col
    #A12401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A12402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/deletionpolicy/SnapshotIndexCommits.java

    Severity Rule Message Line Col
    #A12403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/DeleteVersionValue.java

    Severity Rule Message Line Col
    #A12405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A12406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A12407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A12408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A12409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A12410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/DocumentAlreadyExistsException.java

    Severity Rule Message Line Col
    #A12411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A12412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/DocumentMissingException.java

    Severity Rule Message Line Col
    #A12413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A12414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/DocumentSourceMissingException.java

    Severity Rule Message Line Col
    #A12415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A12416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/Engine.java

    Severity Rule Message Line Col
    #A12417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A12418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A12419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A12420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A12421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A12422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A12423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A12424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9
    #A12425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A12426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 9
    #A12427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A12428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9
    #A12429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A12430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 13
    #A12431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552
    #A12432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552 9
    #A12433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608
    #A12434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608 9
    #A12435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 710
    #A12436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 710 9
    #A12437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 736
    #A12438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 736 9
    #A12439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 784
    #A12440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 784 9
    #A12441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 789
    #A12442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 789 9
    #A12443 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 1002
    #A12444 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 1002 9
    #A12445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1054
    #A12446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1054 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/EngineConfig.java

    Severity Rule Message Line Col
    #A12447 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 67
    #A12448 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 67 5
    #A12449 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 333
    #A12450 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 333 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/EngineSearcher.java

    Severity Rule Message Line Col
    #A12451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A12452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/EngineSearcherFactory.java

    Severity Rule Message Line Col
    #A12453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A12454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/FlushNotAllowedEngineException.java

    Severity Rule Message Line Col
    #A12455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A12456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/IndexEngineModule.java

    Severity Rule Message Line Col
    #A12457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A12458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A12459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/InternalEngine.java

    Severity Rule Message Line Col
    #A12461 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 78
    #A12462 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 78 5
    #A12463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A12464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5
    #A12465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A12466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A12467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A12468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 5
    #A12469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451
    #A12470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451 5
    #A12471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 520
    #A12472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 520 5
    #A12473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 561
    #A12474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 561 5
    #A12475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586
    #A12476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586 5
    #A12477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591
    #A12478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591 5
    #A12479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 723
    #A12480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 723 5
    #A12481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 734
    #A12482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 734 5
    #A12483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 748
    #A12484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 748 5
    #A12485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 803
    #A12486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 803 5
    #A12487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 816
    #A12488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 816 5
    #A12489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 885
    #A12490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 885 5
    #A12491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 930
    #A12492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 930 5
    #A12493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 937
    #A12494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 937 5
    #A12495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 999
    #A12496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 999 5
    #A12497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1004
    #A12498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1004 5
    #A12499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1052
    #A12500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1052 17
    #A12501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1101
    #A12502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1101 9
    #A12503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1180
    #A12504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1180 9
    #A12505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1198
    #A12506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1198 9
    #A12507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1210
    #A12508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1210 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/InternalEngineFactory.java

    Severity Rule Message Line Col
    #A12509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24
    #A12510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24 5
    #A12511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A12512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/LiveVersionMap.java

    Severity Rule Message Line Col
    #A12513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A12514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A12515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A12516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A12517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A12518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/RecoveryCounter.java

    Severity Rule Message Line Col
    #A12519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A12520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/Segment.java

    Severity Rule Message Line Col
    #A12521 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 89
    #A12522 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 89 5
    #A12523 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 98
    #A12524 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 98 5
    #A12525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A12526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A12527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A12528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A12529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A12530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A12531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A12532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A12533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A12534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/SegmentsStats.java

    Severity Rule Message Line Col
    #A12535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A12536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A12537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A12538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A12539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A12540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/ShadowEngine.java

    Severity Rule Message Line Col
    #A12541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A12542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A12543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A12544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A12545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A12546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A12547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A12548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A12549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A12550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A12551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A12552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A12553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A12554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A12555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A12556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A12557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A12558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A12559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A12560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A12561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A12562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A12563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A12564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A12565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A12566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A12567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A12568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A12569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A12570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A12571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A12572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 5
    #A12573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A12574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/SharedFSEngine.java

    Severity Rule Message Line Col
    #A12575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A12576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/VersionConflictEngineException.java

    Severity Rule Message Line Col
    #A12577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A12578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/VersionValue.java

    Severity Rule Message Line Col
    #A12579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A12580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/internal/InternalIndexEngine.java

    Severity Rule Message Line Col
    #A12581 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A12582 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A12583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A12584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/engine/internal/InternalIndexEngineModule.java

    Severity Rule Message Line Col
    #A12585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A12586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/AbstractRandomAccessOrds.java

    Severity Rule Message Line Col
    #A12587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A12588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A12589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A12590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/FieldData.java

    Severity Rule Message Line Col
    #A12591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A12592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 13
    #A12593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A12594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 13
    #A12595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A12596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A12597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A12598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A12599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A12600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A12601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A12602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A12603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A12604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A12605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A12606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 9
    #A12607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A12608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 13
    #A12609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A12610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 13
    #A12611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391
    #A12612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391 13
    #A12613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396
    #A12614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396 13
    #A12615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A12616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 13
    #A12617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415
    #A12618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415 13
    #A12619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440
    #A12620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440 17
    #A12621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451
    #A12622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451 17
    #A12623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456
    #A12624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456 17
    #A12625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461
    #A12626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461 17
    #A12627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466
    #A12628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466 17
    #A12629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471
    #A12630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471 17
    #A12631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484
    #A12632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484 13
    #A12633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514
    #A12634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514 9
    #A12635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 529
    #A12636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 529 9
    #A12637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 534
    #A12638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 534 9
    #A12639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539
    #A12640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539 9
    #A12641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 554
    #A12642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 554 9
    #A12643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569
    #A12644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569 9
    #A12645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574
    #A12646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574 9
    #A12647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579
    #A12648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/FieldDataStats.java

    Severity Rule Message Line Col
    #A12649 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 40
    #A12650 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 40 5
    #A12651 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 81
    #A12652 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 81 5
    #A12653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A12654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A12655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A12656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A12657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A12658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/FieldDataType.java

    Severity Rule Message Line Col
    #A12659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A12660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A12661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A12662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/IndexFieldDataCache.java

    Severity Rule Message Line Col
    #A12663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A12664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A12665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A12666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A12667 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 79
    #A12668 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 79 9
    #A12669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A12670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A12671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A12672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A12673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A12674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A12675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A12676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A12677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A12678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A12679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A12680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 17
    #A12681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A12682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 17
    #A12683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A12684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 9
    #A12685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A12686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 9
    #A12687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A12688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 9
    #A12689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A12690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 9
    #A12691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A12692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 9
    #A12693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A12694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 13
    #A12695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A12696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/IndexFieldDataModule.java

    Severity Rule Message Line Col
    #A12697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A12698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/IndexFieldDataService.java

    Severity Rule Message Line Col
    #A12699 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 148
    #A12700 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 148 5
    #A12701 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 227
    #A12702 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 227 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/IndexNumericFieldData.java

    Severity Rule Message Line Col
    #A12703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A12704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 13
    #A12705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A12706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 13
    #A12707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A12708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 13
    #A12709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A12710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 13
    #A12711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A12712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A12713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A12714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13
    #A12715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A12716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13
    #A12717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A12718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A12719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A12720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A12721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A12722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 13
    #A12723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A12724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 13
    #A12725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A12726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 13
    #A12727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A12728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 13
    #A12729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A12730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 13
    #A12731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A12732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13
    #A12733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A12734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 13
    #A12735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A12736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 13
    #A12737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A12738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/RamAccountingTermsEnum.java

    Severity Rule Message Line Col
    #A12739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A12740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A12741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A12742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ScriptDocValues.java

    Severity Rule Message Line Col
    #A12743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A12744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A12745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A12746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A12747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A12748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A12749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A12750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A12751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A12752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 9
    #A12753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A12754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 9
    #A12755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A12756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A12757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A12758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 9
    #A12759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A12760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A12761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A12762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A12763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A12764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 9
    #A12765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A12766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A12767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A12768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 9
    #A12769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A12770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A12771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A12772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ShardFieldData.java

    Severity Rule Message Line Col
    #A12773 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A12774 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A12775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A12776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A12777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A12778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ShardFieldDataModule.java

    Severity Rule Message Line Col
    #A12779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A12780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SingletonMultiGeoPointValues.java

    Severity Rule Message Line Col
    #A12781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A12782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A12783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A12784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A12785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SingletonSortedBinaryDocValues.java

    Severity Rule Message Line Col
    #A12787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A12788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A12789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A12790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A12791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A12792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SingletonSortedNumericDoubleValues.java

    Severity Rule Message Line Col
    #A12793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 3
    #A12795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A12796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 3
    #A12797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A12798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SortableLongBitsNumericDocValues.java

    Severity Rule Message Line Col
    #A12799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A12800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SortableLongBitsSortedNumericDocValues.java

    Severity Rule Message Line Col
    #A12801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A12802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A12803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A12804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A12805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A12806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SortableLongBitsToNumericDoubleValues.java

    Severity Rule Message Line Col
    #A12807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A12808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SortableLongBitsToSortedNumericDoubleValues.java

    Severity Rule Message Line Col
    #A12809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A12810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A12811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A12812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A12813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A12814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SortingBinaryDocValues.java

    Severity Rule Message Line Col
    #A12815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A12816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 13
    #A12817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A12818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 13
    #A12819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A12820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A12821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A12822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SortingNumericDocValues.java

    Severity Rule Message Line Col
    #A12823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A12824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 13
    #A12825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A12826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 13
    #A12827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A12828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A12829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A12830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/SortingNumericDoubleValues.java

    Severity Rule Message Line Col
    #A12831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A12832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 13
    #A12833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/fieldcomparator/BytesRefFieldComparatorSource.java

    Severity Rule Message Line Col
    #A12835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A12836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A12837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A12838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A12839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A12840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 17
    #A12841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A12842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 17
    #A12843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A12844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 13
    #A12845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A12846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 13
    #A12847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A12848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 13
    #A12849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A12850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 13
    #A12851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A12852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 13
    #A12853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A12854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 9
    #A12855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A12856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 9
    #A12857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A12858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/fieldcomparator/DoubleValuesComparatorSource.java

    Severity Rule Message Line Col
    #A12859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A12860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A12861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A12862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A12863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A12864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13
    #A12865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A12866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 21
    #A12867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A12868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/fieldcomparator/FloatValuesComparatorSource.java

    Severity Rule Message Line Col
    #A12869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A12871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A12872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A12873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A12874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 13
    #A12875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A12876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/fieldcomparator/LongValuesComparatorSource.java

    Severity Rule Message Line Col
    #A12877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A12879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A12880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A12881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A12882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 13
    #A12883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A12884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ordinals/GlobalOrdinalMapping.java

    Severity Rule Message Line Col
    #A12885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A12887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A12888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A12889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A12890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A12891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A12892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A12893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A12894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ordinals/GlobalOrdinalsIndexFieldData.java

    Severity Rule Message Line Col
    #A12895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A12896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A12897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A12898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A12899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A12900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A12901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A12902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A12903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A12904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A12905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A12906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A12907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A12908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A12909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A12910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A12911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A12912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ordinals/InternalGlobalOrdinalsIndexFieldData.java

    Severity Rule Message Line Col
    #A12913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A12915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A12916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A12917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A12918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A12919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A12920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ordinals/MultiOrdinals.java

    Severity Rule Message Line Col
    #A12921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A12922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A12923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A12924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A12925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A12926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A12927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A12928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A12929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A12930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A12931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A12932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 9
    #A12933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A12934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 9
    #A12935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A12936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A12937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A12938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A12939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A12940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ordinals/Ordinals.java

    Severity Rule Message Line Col
    #A12941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A12942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ordinals/OrdinalsBuilder.java

    Severity Rule Message Line Col
    #A12943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426
    #A12944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426 13
    #A12945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A12946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 13
    #A12947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469
    #A12948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469 13
    #A12949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483
    #A12950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483 13
    #A12951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 493
    #A12952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 493 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/ordinals/SinglePackedOrdinals.java

    Severity Rule Message Line Col
    #A12953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A12954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A12955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A12956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A12957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A12958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9
    #A12959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A12960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A12961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A12962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/AbstractAtomicGeoPointFieldData.java

    Severity Rule Message Line Col
    #A12963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A12964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A12965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A12966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 13
    #A12967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A12968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 13
    #A12969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A12970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/AbstractAtomicOrdinalsFieldData.java

    Severity Rule Message Line Col
    #A12971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A12972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A12973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A12974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A12975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A12976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 13
    #A12977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A12978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 13
    #A12979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A12980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/AbstractAtomicParentChildFieldData.java

    Severity Rule Message Line Col
    #A12981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A12982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A12983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A12984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A12985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A12986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 13
    #A12987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A12988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A12989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A12990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A12991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A12992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13
    #A12993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A12994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A12995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A12996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13
    #A12997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A12998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/AbstractIndexFieldData.java

    Severity Rule Message Line Col
    #A12999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A13000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A13001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A13002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A13003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A13004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A13005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A13006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/AbstractIndexGeoPointFieldData.java

    Severity Rule Message Line Col
    #A13007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A13008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/AbstractIndexOrdinalsFieldData.java

    Severity Rule Message Line Col
    #A13009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A13010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A13011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A13012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A13013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A13014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A13015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A13016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9
    #A13017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A13018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/AtomicDoubleFieldData.java

    Severity Rule Message Line Col
    #A13019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A13020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A13021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A13022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A13023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A13024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A13025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A13026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A13027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A13028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13
    #A13029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A13030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/AtomicLongFieldData.java

    Severity Rule Message Line Col
    #A13031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A13032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A13033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A13034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A13035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A13036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A13037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A13038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A13039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A13040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13
    #A13041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A13042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/BinaryDVAtomicFieldData.java

    Severity Rule Message Line Col
    #A13043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A13044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A13045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A13046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A13047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A13048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A13049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A13050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/BinaryDVIndexFieldData.java

    Severity Rule Message Line Col
    #A13051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A13052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A13053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A13054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A13055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A13056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/BinaryDVNumericIndexFieldData.java

    Severity Rule Message Line Col
    #A13057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A13058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A13059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A13060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 21
    #A13061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A13062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 21
    #A13063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A13064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A13065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A13066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A13067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A13068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A13069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A13070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A13071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A13072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A13073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A13074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 9
    #A13075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A13076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9
    #A13077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A13078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 9
    #A13079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A13080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9
    #A13081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A13082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 9
    #A13083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A13084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/BytesBinaryDVAtomicFieldData.java

    Severity Rule Message Line Col
    #A13085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A13086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A13087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A13088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A13089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A13090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A13091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A13092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A13093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A13094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A13095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A13096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A13097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A13098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/BytesBinaryDVIndexFieldData.java

    Severity Rule Message Line Col
    #A13099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A13100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A13101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A13102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A13103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A13104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A13105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A13106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/DisabledIndexFieldData.java

    Severity Rule Message Line Col
    #A13107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A13108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A13109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A13110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A13111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A13112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/DocValuesIndexFieldData.java

    Severity Rule Message Line Col
    #A13113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A13114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/DoubleArrayIndexFieldData.java

    Severity Rule Message Line Col
    #A13115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A13116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 9
    #A13117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A13118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A13119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A13120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A13121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A13122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 21
    #A13123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A13124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 25
    #A13125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A13126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 21
    #A13127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A13128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A13129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A13130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 17
    #A13131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A13132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 17
    #A13133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A13134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 17
    #A13135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A13136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 17
    #A13137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A13138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/FSTBytesAtomicFieldData.java

    Severity Rule Message Line Col
    #A13139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A13140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A13141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A13142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A13143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A13144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A13145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A13146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/FSTBytesIndexFieldData.java

    Severity Rule Message Line Col
    #A13147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A13148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A13149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A13150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/FloatArrayIndexFieldData.java

    Severity Rule Message Line Col
    #A13151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A13152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A13153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A13154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A13155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A13156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A13157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A13158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 21
    #A13159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A13160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 25
    #A13161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A13162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 21
    #A13163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A13164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A13165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A13166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 17
    #A13167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A13168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 17
    #A13169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A13170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 17
    #A13171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A13172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 17
    #A13173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A13174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/GeoPointBinaryDVAtomicFieldData.java

    Severity Rule Message Line Col
    #A13175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A13176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A13177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A13178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A13179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A13180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A13181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A13182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13
    #A13183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A13184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13
    #A13185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A13186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/GeoPointBinaryDVIndexFieldData.java

    Severity Rule Message Line Col
    #A13187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A13188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A13189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A13190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A13191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A13192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A13193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A13194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/GeoPointCompressedAtomicFieldData.java

    Severity Rule Message Line Col
    #A13195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A13196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A13197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A13198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A13199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A13200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A13201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A13202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 21
    #A13203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A13204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 21
    #A13205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A13206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 21
    #A13207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A13208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 21
    #A13209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A13210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A13211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A13212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A13213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A13214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/GeoPointCompressedIndexFieldData.java

    Severity Rule Message Line Col
    #A13215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A13216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 9
    #A13217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A13218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/GeoPointDoubleArrayAtomicFieldData.java

    Severity Rule Message Line Col
    #A13219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A13220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A13221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A13222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A13223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A13224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A13225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A13226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 21
    #A13227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A13228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 21
    #A13229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A13230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 21
    #A13231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A13232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 21
    #A13233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A13234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A13235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A13236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A13237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A13238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/GeoPointDoubleArrayIndexFieldData.java

    Severity Rule Message Line Col
    #A13239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A13240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A13241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A13242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/IndexIndexFieldData.java

    Severity Rule Message Line Col
    #A13243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A13244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A13245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A13246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A13247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A13248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 9
    #A13249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A13250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 17
    #A13251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A13252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 17
    #A13253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A13254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 17
    #A13255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A13256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A13257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A13258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A13259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A13260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A13261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A13262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A13263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A13264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A13265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A13266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A13267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A13268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/NonEstimatingEstimator.java

    Severity Rule Message Line Col
    #A13269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A13270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A13271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A13272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A13273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A13274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/NumericDVIndexFieldData.java

    Severity Rule Message Line Col
    #A13275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A13276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A13277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A13278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 13
    #A13279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A13280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A13281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A13282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A13283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A13284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/PackedArrayIndexFieldData.java

    Severity Rule Message Line Col
    #A13285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A13286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A13287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A13288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A13289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A13290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A13291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A13292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 21
    #A13293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A13294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 29
    #A13295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A13296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 29
    #A13297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A13298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 29
    #A13299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A13300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 5
    #A13301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A13302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 9
    #A13303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A13304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 9
    #A13305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A13306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 9
    #A13307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416
    #A13308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 416 17
    #A13309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A13310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 17
    #A13311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434
    #A13312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434 17
    #A13313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A13314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 17
    #A13315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 453
    #A13316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 453 17
    #A13317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464
    #A13318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464 13
    #A13319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474
    #A13320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474 13
    #A13321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 478
    #A13322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 478 13
    #A13323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489
    #A13324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/PagedBytesAtomicFieldData.java

    Severity Rule Message Line Col
    #A13325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A13326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A13327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A13328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A13329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A13330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A13331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A13332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/PagedBytesIndexFieldData.java

    Severity Rule Message Line Col
    #A13333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A13334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A13335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A13336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/ParentChildAtomicFieldData.java

    Severity Rule Message Line Col
    #A13337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A13338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A13339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A13340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A13341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A13342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A13343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A13344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/ParentChildFilteredTermsEnum.java

    Severity Rule Message Line Col
    #A13345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A13346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A13347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A13348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/ParentChildIndexFieldData.java

    Severity Rule Message Line Col
    #A13349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A13350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A13351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A13352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A13353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A13354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A13355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A13356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A13357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A13358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 9
    #A13359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A13360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9
    #A13361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A13362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A13363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A13364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 9
    #A13365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A13366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 5
    #A13367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A13368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 5
    #A13369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A13370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 9
    #A13371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A13372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 9
    #A13373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A13374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 17
    #A13375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A13376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 17
    #A13377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378
    #A13378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378 17
    #A13379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391
    #A13380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391 9
    #A13381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A13382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 9
    #A13383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421
    #A13384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421 9
    #A13385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426
    #A13386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426 9
    #A13387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431
    #A13388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431 9
    #A13389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A13390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 9
    #A13391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A13392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 9
    #A13393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A13394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 9
    #A13395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452
    #A13396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452 9
    #A13397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457
    #A13398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457 9
    #A13399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462
    #A13400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462 9
    #A13401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467
    #A13402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467 9
    #A13403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475
    #A13404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/ParentChildIntersectTermsEnum.java

    Severity Rule Message Line Col
    #A13405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A13406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A13407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A13408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A13409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A13410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A13411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A13412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A13413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A13414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A13415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A13416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9
    #A13417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A13418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 9
    #A13419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A13420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 9
    #A13421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A13422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A13423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A13424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 9
    #A13425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A13426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 5
    #A13427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A13428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 5
    #A13429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313
    #A13430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313 5
    #A13431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A13432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 5
    #A13433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A13434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/SortedNumericDVIndexFieldData.java

    Severity Rule Message Line Col
    #A13435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A13436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A13437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A13438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A13439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A13440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A13441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A13442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A13443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A13444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A13445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A13446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A13447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A13448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9
    #A13449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A13450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9
    #A13451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A13452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 9
    #A13453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A13454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A13455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A13456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/SortedSetDVBytesAtomicFieldData.java

    Severity Rule Message Line Col
    #A13457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A13458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A13459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A13460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A13461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A13462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fielddata/plain/SortedSetDVOrdinalsIndexFieldData.java

    Severity Rule Message Line Col
    #A13463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A13464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A13465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A13466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A13467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A13468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A13469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A13470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/AllFieldsVisitor.java

    Severity Rule Message Line Col
    #A13471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A13472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/CustomFieldsVisitor.java

    Severity Rule Message Line Col
    #A13473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A13474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/FieldsVisitor.java

    Severity Rule Message Line Col
    #A13475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A13476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A13477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A13478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A13479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A13480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A13481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A13482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A13483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A13484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A13485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A13486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/JustSourceFieldsVisitor.java

    Severity Rule Message Line Col
    #A13487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A13488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/JustUidFieldsVisitor.java

    Severity Rule Message Line Col
    #A13489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A13490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/SingleFieldsVisitor.java

    Severity Rule Message Line Col
    #A13491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A13492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/UidAndRoutingFieldsVisitor.java

    Severity Rule Message Line Col
    #A13493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A13494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A13495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A13496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/fieldvisitor/UidAndSourceFieldsVisitor.java

    Severity Rule Message Line Col
    #A13497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A13498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/flush/FlushStats.java

    Severity Rule Message Line Col
    #A13499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A13500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A13501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A13502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A13503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A13504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/CommitPoint.java

    Severity Rule Message Line Col
    #A13505 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 60
    #A13506 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 60 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/CommitPoints.java

    Severity Rule Message Line Col
    #A13507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A13508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 13
    #A13509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A13510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/IndexGatewayModule.java

    Severity Rule Message Line Col
    #A13511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A13512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A13513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A13514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/IndexShardGatewayModule.java

    Severity Rule Message Line Col
    #A13515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A13516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/IndexShardGatewayService.java

    Severity Rule Message Line Col
    #A13517 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51
    #A13518 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51 5
    #A13519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A13520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 13
    #A13521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A13522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/local/LocalIndexGateway.java

    Severity Rule Message Line Col
    #A13523 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A13524 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A13525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A13526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A13527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A13528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A13529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A13530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A13531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A13532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/local/LocalIndexGatewayModule.java

    Severity Rule Message Line Col
    #A13533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A13534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/local/LocalIndexShardGateway.java

    Severity Rule Message Line Col
    #A13535 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 83
    #A13536 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 83 5
    #A13537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A13538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A13539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A13540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A13541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A13542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 17
    #A13543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A13544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 17
    #A13545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A13546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 17
    #A13547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A13548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A13549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A13550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 5
    #A13551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A13552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 9
    #A13553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368
    #A13554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/none/NoneIndexGateway.java

    Severity Rule Message Line Col
    #A13555 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A13556 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A13557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A13558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A13559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A13560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A13561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A13562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A13563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A13564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/none/NoneIndexGatewayModule.java

    Severity Rule Message Line Col
    #A13565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A13566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/gateway/none/NoneIndexShardGateway.java

    Severity Rule Message Line Col
    #A13567 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A13568 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A13569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A13570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A13571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A13572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A13573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A13574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A13575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A13576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/get/GetField.java

    Severity Rule Message Line Col
    #A13577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A13578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A13579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A13580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A13581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A13582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/get/GetResult.java

    Severity Rule Message Line Col
    #A13583 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 166
    #A13584 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 166 5
    #A13585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A13586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A13587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A13588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A13589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A13590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 5
    #A13591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A13592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/get/GetStats.java

    Severity Rule Message Line Col
    #A13593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A13594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A13595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A13596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A13597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A13598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/get/ShardGetModule.java

    Severity Rule Message Line Col
    #A13599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A13600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/get/ShardGetService.java

    Severity Rule Message Line Col
    #A13601 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80
    #A13602 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/indexing/IndexingStats.java

    Severity Rule Message Line Col
    #A13603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A13604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A13605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A13606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 9
    #A13607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A13608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 9
    #A13609 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 214
    #A13610 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 214 5
    #A13611 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 254
    #A13612 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 254 5
    #A13613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A13614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 5
    #A13615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A13616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 5
    #A13617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A13618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/indexing/ShardIndexingModule.java

    Severity Rule Message Line Col
    #A13619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A13620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/indexing/ShardIndexingService.java

    Severity Rule Message Line Col
    #A13621 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52
    #A13622 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/indexing/slowlog/ShardSlowLogIndexingService.java

    Severity Rule Message Line Col
    #A13623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A13624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A13625 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 96
    #A13626 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 96 5
    #A13627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A13628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/DocumentFieldMappers.java

    Severity Rule Message Line Col
    #A13629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A13630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 13
    #A13631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A13632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 13
    #A13633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A13634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13
    #A13635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A13636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/DocumentMapper.java

    Severity Rule Message Line Col
    #A13637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A13638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A13639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A13640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 9
    #A13641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A13642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 13
    #A13643 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 395
    #A13644 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 395 5
    #A13645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 756
    #A13646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 756 5
    #A13647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 759
    #A13648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 759 13
    #A13649 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 844
    #A13650 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 844 9
    #A13651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 860
    #A13652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 860 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/DocumentMapperParser.java

    Severity Rule Message Line Col
    #A13653 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 162
    #A13654 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 162 5
    #A13655 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 180
    #A13656 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 180 5
    #A13657 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 195
    #A13658 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 195 5
    #A13659 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 304
    #A13660 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 304 5
    #A13661 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 337
    #A13662 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 337 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/FieldMapper.java

    Severity Rule Message Line Col
    #A13663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A13664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9
    #A13665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A13666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A13667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A13668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 13
    #A13669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A13670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 13
    #A13671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A13672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 13
    #A13673 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 271
    #A13674 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 271 5
    #A13675 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 277
    #A13676 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 277 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/FieldMapperListener.java

    Severity Rule Message Line Col
    #A13677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A13678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/FieldMappers.java

    Severity Rule Message Line Col
    #A13679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A13680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/FieldMappersLookup.java

    Severity Rule Message Line Col
    #A13681 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 192
    #A13682 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 192 5
    #A13683 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 209
    #A13684 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 209 5
    #A13685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A13686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/Mapper.java

    Severity Rule Message Line Col
    #A13687 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 57
    #A13688 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 57 9
    #A13689 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62
    #A13690 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 62 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/MapperParsingException.java

    Severity Rule Message Line Col
    #A13691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A13692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/MapperService.java

    Severity Rule Message Line Col
    #A13693 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 122
    #A13694 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 122 5
    #A13695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A13696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 13
    #A13697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A13698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 9
    #A13699 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 475
    #A13700 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 475 5
    #A13701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1075
    #A13702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1075 9
    #A13703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1107
    #A13704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1107 9
    #A13705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1131
    #A13706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1131 9
    #A13707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1136
    #A13708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1136 9
    #A13709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1143
    #A13710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1143 9
    #A13711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1148
    #A13712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1148 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/MapperServiceModule.java

    Severity Rule Message Line Col
    #A13713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A13714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/MergeMappingException.java

    Severity Rule Message Line Col
    #A13715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A13716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/ObjectMapperListener.java

    Severity Rule Message Line Col
    #A13717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A13718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/ObjectMappers.java

    Severity Rule Message Line Col
    #A13719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A13720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/ParseContext.java

    Severity Rule Message Line Col
    #A13721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A13722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A13723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A13724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A13725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A13726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9
    #A13727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A13728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 9
    #A13729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A13730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A13731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A13732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A13733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A13734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 9
    #A13735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A13736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 9
    #A13737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A13738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 9
    #A13739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A13740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 9
    #A13741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A13742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9
    #A13743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A13744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 9
    #A13745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A13746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 9
    #A13747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A13748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9
    #A13749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A13750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 9
    #A13751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A13752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 9
    #A13753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A13754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 9
    #A13755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A13756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 9
    #A13757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A13758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 9
    #A13759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A13760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 9
    #A13761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A13762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 9
    #A13763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A13764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 9
    #A13765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A13766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 9
    #A13767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A13768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 9
    #A13769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301
    #A13770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301 9
    #A13771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A13772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 9
    #A13773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A13774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 9
    #A13775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A13776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 9
    #A13777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321
    #A13778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321 9
    #A13779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A13780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 9
    #A13781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A13782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 9
    #A13783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A13784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 9
    #A13785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A13786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 9
    #A13787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A13788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 9
    #A13789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351
    #A13790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351 9
    #A13791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A13792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 9
    #A13793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361
    #A13794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361 9
    #A13795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A13796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 9
    #A13797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371
    #A13798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371 9
    #A13799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A13800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 9
    #A13801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A13802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 9
    #A13803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 386
    #A13804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 386 9
    #A13805 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 411
    #A13806 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 411 9
    #A13807 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 498
    #A13808 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 498 9
    #A13809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 647
    #A13810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 647 13
    #A13811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 663
    #A13812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 663 13
    #A13813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 684
    #A13814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 684 13
    #A13815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 696
    #A13816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 696 13
    #A13817 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 709
    #A13818 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 709 5
    #A13819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 800
    #A13820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 800 13
    #A13821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 804
    #A13822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 804 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/ParsedDocument.java

    Severity Rule Message Line Col
    #A13823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A13824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/StrictDynamicMappingException.java

    Severity Rule Message Line Col
    #A13825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A13826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/Uid.java

    Severity Rule Message Line Col
    #A13827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A13828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A13829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A13830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A13831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A13832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/AbstractFieldMapper.java

    Severity Rule Message Line Col
    #A13833 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 104
    #A13834 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 104 9
    #A13835 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 331
    #A13836 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 331 5
    #A13837 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 336
    #A13838 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 336 5
    #A13839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A13840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 5
    #A13841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A13842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 5
    #A13843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355
    #A13844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355 5
    #A13845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A13846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 5
    #A13847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365
    #A13848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365 5
    #A13849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A13850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 5
    #A13851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A13852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 5
    #A13853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380
    #A13854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380 5
    #A13855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A13856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 5
    #A13857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390
    #A13858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390 5
    #A13859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395
    #A13860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395 5
    #A13861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A13862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 5
    #A13863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435
    #A13864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435 5
    #A13865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440
    #A13866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440 5
    #A13867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A13868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 5
    #A13869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450
    #A13870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450 5
    #A13871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455
    #A13872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455 5
    #A13873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460
    #A13874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460 5
    #A13875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 465
    #A13876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 465 5
    #A13877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470
    #A13878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470 5
    #A13879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494
    #A13880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494 5
    #A13881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506
    #A13882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506 5
    #A13883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514
    #A13884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514 5
    #A13885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 522
    #A13886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 522 5
    #A13887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527
    #A13888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527 5
    #A13889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536
    #A13890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536 5
    #A13891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541
    #A13892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541 5
    #A13893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550
    #A13894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550 5
    #A13895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 555
    #A13896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 555 5
    #A13897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 560
    #A13898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 560 5
    #A13899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 656
    #A13900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 656 5
    #A13901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 661
    #A13902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 661 5
    #A13903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 666
    #A13904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 666 5
    #A13905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 837
    #A13906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 837 5
    #A13907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 842
    #A13908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 842 5
    #A13909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 847
    #A13910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 847 5
    #A13911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 852
    #A13912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 852 5
    #A13913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 861
    #A13914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 861 5
    #A13915 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 887
    #A13916 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 887 13
    #A13917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1008
    #A13918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1008 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/BinaryFieldMapper.java

    Severity Rule Message Line Col
    #A13919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A13920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A13921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A13922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9
    #A13923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A13924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A13925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A13926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A13927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A13928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A13929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A13930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A13931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A13932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A13933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A13934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 5
    #A13935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A13936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 5
    #A13937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A13938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A13939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A13940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/BooleanFieldMapper.java

    Severity Rule Message Line Col
    #A13941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A13942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A13943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A13944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A13945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A13946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A13947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A13948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A13949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A13950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A13951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A13952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A13953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A13954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A13955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A13956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A13957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A13958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A13959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A13960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A13961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A13962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A13963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A13964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 5
    #A13965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A13966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 5
    #A13967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A13968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A13969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A13970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/ByteFieldMapper.java

    Severity Rule Message Line Col
    #A13971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A13972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A13973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A13974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A13975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A13976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A13977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A13978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A13979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A13980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A13981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A13982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A13983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A13984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A13985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A13986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A13987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A13988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A13989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A13990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5
    #A13991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A13992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A13993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A13994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 5
    #A13995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A13996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A13997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A13998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 5
    #A13999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A14000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A14001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A14002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 5
    #A14003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A14004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A14005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A14006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 5
    #A14007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348
    #A14008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348 5
    #A14009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377
    #A14010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377 9
    #A14011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A14012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/CompletionFieldMapper.java

    Severity Rule Message Line Col
    #A14013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A14014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A14015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A14016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 9
    #A14017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A14018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A14019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A14020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5
    #A14021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415
    #A14022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415 9
    #A14023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422
    #A14024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422 5
    #A14025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 449
    #A14026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 449 5
    #A14027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 453
    #A14028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 453 5
    #A14029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 458
    #A14030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 458 5
    #A14031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 463
    #A14032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 463 5
    #A14033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A14034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 5
    #A14035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 473
    #A14036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 473 5
    #A14037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 478
    #A14038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 478 5
    #A14039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483
    #A14040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483 5
    #A14041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495
    #A14042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/DateFieldMapper.java

    Severity Rule Message Line Col
    #A14043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A14044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9
    #A14045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A14046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A14047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A14048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A14049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A14050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5
    #A14051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A14052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 5
    #A14053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A14054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 5
    #A14055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A14056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A14057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A14058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 5
    #A14059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A14060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 13
    #A14061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A14062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 5
    #A14063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A14064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 5
    #A14065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A14066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5
    #A14067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A14068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 5
    #A14069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A14070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 5
    #A14071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A14072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 5
    #A14073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 476
    #A14074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 476 5
    #A14075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489
    #A14076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489 5
    #A14077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494
    #A14078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494 5
    #A14079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 562
    #A14080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 562 5
    #A14081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 567
    #A14082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 567 5
    #A14083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579
    #A14084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579 5
    #A14085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 646
    #A14086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 646 9
    #A14087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 670
    #A14088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 670 9
    #A14089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676
    #A14090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/DoubleFieldMapper.java

    Severity Rule Message Line Col
    #A14091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A14092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A14093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A14094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A14095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A14096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A14097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A14098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A14099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A14100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A14101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A14102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A14103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A14104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A14105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A14106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A14107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A14108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A14109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A14110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A14111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A14112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A14113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A14114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A14115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A14116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A14117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A14118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5
    #A14119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A14120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 5
    #A14121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A14122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A14123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A14124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 5
    #A14125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A14126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A14127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A14128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 5
    #A14129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384
    #A14130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384 9
    #A14131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A14132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 9
    #A14133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418
    #A14134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/FloatFieldMapper.java

    Severity Rule Message Line Col
    #A14135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A14136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A14137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A14138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A14139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A14140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A14141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A14142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A14143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A14144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A14145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A14146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A14147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A14148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A14149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A14150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A14151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A14152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A14153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A14154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5
    #A14155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A14156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A14157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A14158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 5
    #A14159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A14160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A14161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A14162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 5
    #A14163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A14164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A14165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A14166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 5
    #A14167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A14168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A14169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A14170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A14171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A14172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 5
    #A14173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390
    #A14174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390 9
    #A14175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A14176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 9
    #A14177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A14178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/IntegerFieldMapper.java

    Severity Rule Message Line Col
    #A14179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A14180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A14181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A14182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A14183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A14184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A14185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A14186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A14187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A14188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A14189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A14190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A14191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A14192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A14193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A14194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A14195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A14196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A14197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A14198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5
    #A14199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A14200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5
    #A14201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A14202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 5
    #A14203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A14204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A14205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A14206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5
    #A14207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A14208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 5
    #A14209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A14210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A14211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A14212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 5
    #A14213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A14214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5
    #A14215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351
    #A14216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351 5
    #A14217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A14218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 9
    #A14219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389
    #A14220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/LongFieldMapper.java

    Severity Rule Message Line Col
    #A14221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A14222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A14223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A14224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A14225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A14226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A14227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A14228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A14229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A14230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A14231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A14232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A14233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A14234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A14235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A14236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A14237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A14238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A14239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A14240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A14241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A14242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 5
    #A14243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A14244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5
    #A14245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A14246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A14247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A14248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A14249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A14250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 5
    #A14251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A14252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A14253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A14254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 5
    #A14255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321
    #A14256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321 5
    #A14257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A14258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 5
    #A14259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A14260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 9
    #A14261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A14262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/Murmur3FieldMapper.java

    Severity Rule Message Line Col
    #A14263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A14264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9
    #A14265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A14266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A14267 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71
    #A14268 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 71 9
    #A14269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A14270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A14271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A14272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A14273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A14274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/NumberFieldMapper.java

    Severity Rule Message Line Col
    #A14275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A14276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A14277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A14278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A14279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A14280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 9
    #A14281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A14282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 9
    #A14283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A14284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 9
    #A14285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A14286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5
    #A14287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A14288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A14289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A14290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A14291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A14292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 5
    #A14293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A14294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A14295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A14296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 5
    #A14297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A14298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A14299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A14300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 5
    #A14301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A14302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 5
    #A14303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A14304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 5
    #A14305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A14306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 5
    #A14307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A14308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 5
    #A14309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371
    #A14310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371 5
    #A14311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390
    #A14312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390 5
    #A14313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 420
    #A14314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 420 9
    #A14315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425
    #A14316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425 9
    #A14317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A14318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 9
    #A14319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452
    #A14320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452 9
    #A14321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457
    #A14322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457 9
    #A14323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462
    #A14324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462 9
    #A14325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467
    #A14326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467 9
    #A14327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472
    #A14328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472 9
    #A14329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477
    #A14330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477 9
    #A14331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 504
    #A14332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 504 9
    #A14333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 523
    #A14334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 523 5
    #A14335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 535
    #A14336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 535 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/ShortFieldMapper.java

    Severity Rule Message Line Col
    #A14337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A14338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A14339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A14340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A14341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A14342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A14343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A14344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A14345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A14346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A14347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A14348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A14349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A14350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A14351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A14352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A14353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A14354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5
    #A14355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A14356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A14357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A14358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A14359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A14360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A14361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A14362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A14363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A14364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A14365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A14366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5
    #A14367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A14368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A14369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A14370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 5
    #A14371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A14372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 5
    #A14373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A14374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 5
    #A14375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A14376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 9
    #A14377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387
    #A14378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/StringFieldMapper.java

    Severity Rule Message Line Col
    #A14379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A14380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A14381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A14382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A14383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A14384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 9
    #A14385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A14386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A14387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A14388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A14389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A14390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 5
    #A14391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A14392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5
    #A14393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A14394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A14395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A14396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A14397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A14398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A14399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A14400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 5
    #A14401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A14402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A14403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A14404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 5
    #A14405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A14406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 5
    #A14407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A14408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 5
    #A14409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A14410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/TokenCountFieldMapper.java

    Severity Rule Message Line Col
    #A14411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A14412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A14413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A14414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A14415 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 91
    #A14416 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 91 9
    #A14417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A14418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A14419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A14420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A14421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A14422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A14423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A14424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5
    #A14425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A14426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/core/TypeParsers.java

    Severity Rule Message Line Col
    #A14427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A14428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 9
    #A14429 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 269
    #A14430 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 269 17
    #A14431 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 369
    #A14432 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 369 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/geo/GeoPointFieldMapper.java

    Severity Rule Message Line Col
    #A14433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A14434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 9
    #A14435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A14436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 9
    #A14437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431
    #A14438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431 5
    #A14439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 436
    #A14440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 436 5
    #A14441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 441
    #A14442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 441 5
    #A14443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470
    #A14444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470 5
    #A14445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479
    #A14446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479 5
    #A14447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484
    #A14448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484 5
    #A14449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597
    #A14450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597 5
    #A14451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A14452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 5
    #A14453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 648
    #A14454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 648 5
    #A14455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 660
    #A14456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 660 5
    #A14457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664
    #A14458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664 5
    #A14459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735
    #A14460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/geo/GeoShapeFieldMapper.java

    Severity Rule Message Line Col
    #A14461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A14462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9
    #A14463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A14464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 9
    #A14465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A14466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 5
    #A14467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A14468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A14469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A14470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5
    #A14471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A14472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5
    #A14473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A14474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A14475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A14476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 5
    #A14477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315
    #A14478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315 5
    #A14479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A14480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A14481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A14482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/AllFieldMapper.java

    Severity Rule Message Line Col
    #A14483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A14484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A14485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A14486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A14487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A14488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A14489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A14490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A14491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A14492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A14493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A14494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A14495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A14496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A14497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A14498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A14499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A14500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A14501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A14502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A14503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A14504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A14505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A14506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 5
    #A14507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A14508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A14509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A14510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5
    #A14511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348
    #A14512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348 5
    #A14513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A14514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/AnalyzerMapper.java

    Severity Rule Message Line Col
    #A14515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A14516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A14517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A14518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9
    #A14519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A14520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A14521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A14522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A14523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A14524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A14525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A14526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A14527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A14528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A14529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A14530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A14531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A14532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A14533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A14534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A14535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A14536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A14537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A14538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/BoostFieldMapper.java

    Severity Rule Message Line Col
    #A14539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A14540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A14541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A14542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A14543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A14544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A14545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A14546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A14547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A14548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A14549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A14550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A14551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A14552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A14553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A14554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A14555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A14556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A14557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A14558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A14559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A14560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A14561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A14562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5
    #A14563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A14564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 5
    #A14565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A14566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5
    #A14567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A14568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A14569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A14570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5
    #A14571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A14572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 5
    #A14573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A14574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 5
    #A14575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A14576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5
    #A14577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A14578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A14579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A14580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/FieldNamesFieldMapper.java

    Severity Rule Message Line Col
    #A14581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A14582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A14583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A14584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A14585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A14586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A14587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A14588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A14589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A14590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A14591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A14592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A14593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A14594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A14595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A14596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A14597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A14598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A14599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A14600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A14601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A14602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A14603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A14604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 13
    #A14605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A14606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 21
    #A14607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A14608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 21
    #A14609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A14610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 5
    #A14611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A14612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A14613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A14614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5
    #A14615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A14616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 5
    #A14617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A14618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/IdFieldMapper.java

    Severity Rule Message Line Col
    #A14619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A14620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A14621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A14622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A14623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A14624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A14625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A14626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A14627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A14628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A14629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A14630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A14631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A14632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A14633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A14634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A14635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A14636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A14637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A14638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A14639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A14640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 5
    #A14641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A14642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A14643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A14644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5
    #A14645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A14646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A14647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A14648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 5
    #A14649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A14650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 5
    #A14651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A14652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 5
    #A14653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A14654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 5
    #A14655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A14656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 5
    #A14657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A14658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/IndexFieldMapper.java

    Severity Rule Message Line Col
    #A14659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A14660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A14661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A14662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A14663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A14664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A14665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A14666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A14667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A14668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A14669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A14670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A14671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A14672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A14673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A14674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A14675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A14676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A14677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A14678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A14679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A14680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A14681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A14682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A14683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A14684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A14685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A14686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/ParentFieldMapper.java

    Severity Rule Message Line Col
    #A14687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A14688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A14689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A14690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A14691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A14692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A14693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A14694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A14695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A14696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A14697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A14698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A14699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A14700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A14701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A14702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A14703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A14704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A14705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A14706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A14707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A14708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5
    #A14709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A14710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A14711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A14712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 5
    #A14713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A14714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 5
    #A14715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A14716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 5
    #A14717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A14718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 5
    #A14719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A14720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A14721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A14722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A14723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365
    #A14724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/RoutingFieldMapper.java

    Severity Rule Message Line Col
    #A14725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A14726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A14727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A14728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A14729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A14730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A14731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A14732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A14733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A14734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A14735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A14736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A14737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A14738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A14739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A14740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A14741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A14742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A14743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A14744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A14745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A14746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5
    #A14747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A14748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5
    #A14749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A14750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A14751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A14752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/SizeFieldMapper.java

    Severity Rule Message Line Col
    #A14753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A14754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A14755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A14756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A14757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A14758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A14759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A14760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A14761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A14762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A14763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A14764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A14765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A14766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A14767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A14768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A14769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A14770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A14771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A14772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A14773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A14774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/SourceFieldMapper.java

    Severity Rule Message Line Col
    #A14775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A14776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9
    #A14777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A14778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A14779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A14780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 5
    #A14781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A14782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A14783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A14784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5
    #A14785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A14786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 5
    #A14787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A14788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5
    #A14789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A14790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A14791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A14792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 5
    #A14793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A14794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 5
    #A14795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A14796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A14797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365
    #A14798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365 5
    #A14799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A14800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 5
    #A14801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412
    #A14802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/TTLFieldMapper.java

    Severity Rule Message Line Col
    #A14803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A14804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A14805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A14806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A14807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A14808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A14809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A14810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A14811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A14812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A14813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A14814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A14815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A14816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A14817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A14818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A14819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A14820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A14821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A14822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 5
    #A14823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A14824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/TimestampFieldMapper.java

    Severity Rule Message Line Col
    #A14825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A14826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A14827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A14828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A14829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A14830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A14831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A14832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5
    #A14833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A14834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5
    #A14835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A14836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 5
    #A14837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A14838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5
    #A14839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A14840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A14841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A14842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5
    #A14843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A14844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A14845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A14846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 5
    #A14847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A14848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/TypeFieldMapper.java

    Severity Rule Message Line Col
    #A14849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A14850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A14851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A14852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A14853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A14854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A14855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A14856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A14857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A14858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A14859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A14860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A14861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A14862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A14863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A14864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A14865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A14866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A14867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A14868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A14869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A14870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A14871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A14872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A14873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A14874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A14875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A14876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A14877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A14878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A14879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A14880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A14881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A14882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/UidFieldMapper.java

    Severity Rule Message Line Col
    #A14883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A14884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A14885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A14886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A14887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A14888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A14889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A14890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A14891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A14892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A14893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A14894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A14895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A14896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A14897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A14898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A14899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A14900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A14901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A14902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A14903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A14904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A14905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A14906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A14907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A14908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A14909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A14910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/internal/VersionFieldMapper.java

    Severity Rule Message Line Col
    #A14911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A14912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A14913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A14914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9
    #A14915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A14916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A14917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A14918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A14919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A14920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A14921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A14922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A14923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A14924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A14925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A14926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A14927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A14928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A14929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A14930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A14931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A14932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A14933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A14934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A14935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A14936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A14937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A14938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A14939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A14940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 5
    #A14941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A14942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/ip/IpFieldMapper.java

    Severity Rule Message Line Col
    #A14943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A14944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A14945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A14946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A14947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A14948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A14949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A14950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A14951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A14952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A14953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A14954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A14955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A14956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 5
    #A14957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A14958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A14959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A14960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A14961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A14962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5
    #A14963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A14964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 5
    #A14965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A14966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 5
    #A14967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A14968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A14969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A14970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 5
    #A14971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313
    #A14972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313 5
    #A14973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A14974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 5
    #A14975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A14976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 5
    #A14977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355
    #A14978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355 9
    #A14979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A14980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/object/DynamicTemplate.java

    Severity Rule Message Line Col
    #A14981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A14982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A14983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A14984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/object/ObjectMapper.java

    Severity Rule Message Line Col
    #A14985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A14986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 9
    #A14987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A14988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 9
    #A14989 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 266
    #A14990 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 266 21
    #A14991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A14992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A14993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A14994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A14995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361
    #A14996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361 5
    #A14997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A14998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 5
    #A14999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403
    #A15000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403 5
    #A15001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410
    #A15002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410 5
    #A15003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 887
    #A15004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 887 5
    #A15005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 951
    #A15006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 951 5
    #A15007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 958
    #A15008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 958 5
    #A15009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 999
    #A15010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 999 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/mapper/object/RootObjectMapper.java

    Severity Rule Message Line Col
    #A15011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A15012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A15013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A15014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 9
    #A15015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A15016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9
    #A15017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A15018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5
    #A15019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A15020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A15021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A15022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/EnableMergeScheduler.java

    Severity Rule Message Line Col
    #A15023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A15025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A15027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A15028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A15029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A15030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/MergeStats.java

    Severity Rule Message Line Col
    #A15031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A15032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A15033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A15034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A15035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A15036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/policy/ElasticsearchMergePolicy.java

    Severity Rule Message Line Col
    #A15037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A15038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 13
    #A15039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A15040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 13
    #A15041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A15042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 13
    #A15043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A15044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 13
    #A15045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A15046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 9
    #A15047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A15048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 9
    #A15049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A15050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 9
    #A15051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A15052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A15053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A15054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A15055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A15056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A15057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A15058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5
    #A15059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A15060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/policy/LogByteSizeMergePolicyProvider.java

    Severity Rule Message Line Col
    #A15061 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A15062 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A15063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A15064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A15065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A15066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A15067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A15068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/policy/LogDocMergePolicyProvider.java

    Severity Rule Message Line Col
    #A15069 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A15070 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A15071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A15072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A15073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A15074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A15075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A15076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/policy/MergePolicyModule.java

    Severity Rule Message Line Col
    #A15077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A15078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/policy/TieredMergePolicyProvider.java

    Severity Rule Message Line Col
    #A15079 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A15080 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A15081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A15082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A15083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A15084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A15085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A15086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/scheduler/ConcurrentMergeSchedulerProvider.java

    Severity Rule Message Line Col
    #A15087 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61
    #A15088 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61 5
    #A15089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A15090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A15091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A15092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A15093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A15094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A15095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A15096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A15097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A15098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A15099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A15100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A15101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A15102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A15103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A15104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A15105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A15106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 9
    #A15107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A15108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/scheduler/MergeSchedulerModule.java

    Severity Rule Message Line Col
    #A15109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A15110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/scheduler/MergeSchedulerProvider.java

    Severity Rule Message Line Col
    #A15111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A15112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/merge/scheduler/SerialMergeSchedulerProvider.java

    Severity Rule Message Line Col
    #A15113 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 41
    #A15114 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 41 1
    #A15115 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A15116 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A15117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A15118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A15119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A15120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A15121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A15122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A15123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A15124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A15125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A15126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A15127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A15128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A15129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A15130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A15131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A15132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 9
    #A15133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A15134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A15135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A15136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/percolator/PercolatorQueriesRegistry.java

    Severity Rule Message Line Col
    #A15137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A15138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A15139 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 99
    #A15140 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 99 5
    #A15141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A15142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9
    #A15143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A15144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 9
    #A15145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A15146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9
    #A15147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A15148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 9
    #A15149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A15150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 9
    #A15151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A15152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 9
    #A15153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A15154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 9
    #A15155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A15156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 9
    #A15157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A15158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/percolator/PercolatorShardModule.java

    Severity Rule Message Line Col
    #A15159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A15160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/percolator/QueriesLoaderCollector.java

    Severity Rule Message Line Col
    #A15161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A15162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A15163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A15164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A15165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A15166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A15167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A15168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/percolator/stats/PercolateStats.java

    Severity Rule Message Line Col
    #A15169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A15170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A15171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A15172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A15173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A15174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/percolator/stats/ShardPercolateService.java

    Severity Rule Message Line Col
    #A15175 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A15176 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/AndFilterBuilder.java

    Severity Rule Message Line Col
    #A15177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A15178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/AndFilterParser.java

    Severity Rule Message Line Col
    #A15179 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A15180 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A15181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A15182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A15183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BaseFilterBuilder.java

    Severity Rule Message Line Col
    #A15185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A15186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A15187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A15189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A15190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A15191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A15192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BaseQueryBuilder.java

    Severity Rule Message Line Col
    #A15193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A15194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A15195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A15197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A15198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A15199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A15200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BoolFilterBuilder.java

    Severity Rule Message Line Col
    #A15201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A15202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BoolFilterParser.java

    Severity Rule Message Line Col
    #A15203 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A15204 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A15205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A15206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A15207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A15208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BoolQueryBuilder.java

    Severity Rule Message Line Col
    #A15209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A15210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BoolQueryParser.java

    Severity Rule Message Line Col
    #A15211 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A15212 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A15213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A15215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BoostingQueryBuilder.java

    Severity Rule Message Line Col
    #A15217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A15218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BoostingQueryParser.java

    Severity Rule Message Line Col
    #A15219 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A15220 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A15221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A15222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A15223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/BytesFilterBuilder.java

    Severity Rule Message Line Col
    #A15225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A15226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/CommonTermsQueryBuilder.java

    Severity Rule Message Line Col
    #A15227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A15228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/CommonTermsQueryParser.java

    Severity Rule Message Line Col
    #A15229 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57
    #A15230 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57 5
    #A15231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A15232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A15233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A15234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ConstantScoreQueryBuilder.java

    Severity Rule Message Line Col
    #A15235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A15236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ConstantScoreQueryParser.java

    Severity Rule Message Line Col
    #A15237 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A15238 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A15239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A15240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A15241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/DisMaxQueryBuilder.java

    Severity Rule Message Line Col
    #A15243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A15244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/DisMaxQueryParser.java

    Severity Rule Message Line Col
    #A15245 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A15246 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A15247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A15248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A15249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ExistsFilterBuilder.java

    Severity Rule Message Line Col
    #A15251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ExistsFilterParser.java

    Severity Rule Message Line Col
    #A15253 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A15254 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A15255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A15257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A15258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FQueryFilterParser.java

    Severity Rule Message Line Col
    #A15259 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A15260 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A15261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A15262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A15263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A15264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FieldMaskingSpanQueryBuilder.java

    Severity Rule Message Line Col
    #A15265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A15266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FieldMaskingSpanQueryParser.java

    Severity Rule Message Line Col
    #A15267 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A15268 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A15269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A15270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A15271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A15272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FilterBuilders.java

    Severity Rule Message Line Col
    #A15273 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 307
    #A15274 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 307 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FilterParser.java

    Severity Rule Message Line Col
    #A15275 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 46
    #A15276 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FilteredQueryBuilder.java

    Severity Rule Message Line Col
    #A15277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A15278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FilteredQueryParser.java

    Severity Rule Message Line Col
    #A15279 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A15280 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A15281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A15283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FuzzyLikeThisFieldQueryBuilder.java

    Severity Rule Message Line Col
    #A15285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A15286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FuzzyLikeThisFieldQueryParser.java

    Severity Rule Message Line Col
    #A15287 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56
    #A15288 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 56 5
    #A15289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A15290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A15291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A15292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FuzzyLikeThisQueryBuilder.java

    Severity Rule Message Line Col
    #A15293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A15294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FuzzyLikeThisQueryParser.java

    Severity Rule Message Line Col
    #A15295 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A15296 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A15297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A15298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A15299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A15300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FuzzyQueryBuilder.java

    Severity Rule Message Line Col
    #A15301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A15302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/FuzzyQueryParser.java

    Severity Rule Message Line Col
    #A15303 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A15304 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A15305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A15307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoBoundingBoxFilterBuilder.java

    Severity Rule Message Line Col
    #A15309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A15310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoBoundingBoxFilterParser.java

    Severity Rule Message Line Col
    #A15311 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 63
    #A15312 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 63 5
    #A15313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A15314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A15315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A15316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoDistanceFilterBuilder.java

    Severity Rule Message Line Col
    #A15317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A15318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoDistanceFilterParser.java

    Severity Rule Message Line Col
    #A15319 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A15320 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A15321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A15322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A15323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A15324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoDistanceRangeFilterBuilder.java

    Severity Rule Message Line Col
    #A15325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A15326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoDistanceRangeFilterParser.java

    Severity Rule Message Line Col
    #A15327 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A15328 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A15329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A15330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A15331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A15332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoPolygonFilterBuilder.java

    Severity Rule Message Line Col
    #A15333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A15334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoPolygonFilterParser.java

    Severity Rule Message Line Col
    #A15335 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A15336 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A15337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A15338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A15339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A15340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoShapeFilterBuilder.java

    Severity Rule Message Line Col
    #A15341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A15342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoShapeFilterParser.java

    Severity Rule Message Line Col
    #A15343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A15344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A15345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A15346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A15347 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 193
    #A15348 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 193 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoShapeQueryBuilder.java

    Severity Rule Message Line Col
    #A15349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A15350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A15351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A15352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeoShapeQueryParser.java

    Severity Rule Message Line Col
    #A15353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A15355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A15357 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 163
    #A15358 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 163 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/GeohashCellFilter.java

    Severity Rule Message Line Col
    #A15359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A15360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 9
    #A15361 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 200
    #A15362 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 200 9
    #A15363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A15364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 9
    #A15365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A15366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasChildFilterBuilder.java

    Severity Rule Message Line Col
    #A15367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A15368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasChildFilterParser.java

    Severity Rule Message Line Col
    #A15369 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55
    #A15370 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55 5
    #A15371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A15372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A15373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A15374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasChildQueryBuilder.java

    Severity Rule Message Line Col
    #A15375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A15376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasChildQueryParser.java

    Severity Rule Message Line Col
    #A15377 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57
    #A15378 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57 5
    #A15379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A15380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A15381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A15382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasParentFilterBuilder.java

    Severity Rule Message Line Col
    #A15383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A15384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasParentFilterParser.java

    Severity Rule Message Line Col
    #A15385 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A15386 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A15387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A15389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/HasParentQueryParser.java

    Severity Rule Message Line Col
    #A15391 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A15392 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A15393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A15394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A15395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A15396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IdsFilterBuilder.java

    Severity Rule Message Line Col
    #A15397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A15398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IdsFilterParser.java

    Severity Rule Message Line Col
    #A15399 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A15400 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A15401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A15403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IdsQueryBuilder.java

    Severity Rule Message Line Col
    #A15405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A15406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IdsQueryParser.java

    Severity Rule Message Line Col
    #A15407 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A15408 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A15409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A15411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A15412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IndexQueryParserModule.java

    Severity Rule Message Line Col
    #A15413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A15414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IndexQueryParserService.java

    Severity Rule Message Line Col
    #A15415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A15416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A15417 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 110
    #A15418 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 110 5
    #A15419 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 290
    #A15420 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 290 5
    #A15421 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 305
    #A15422 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 305 5
    #A15423 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 316
    #A15424 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 316 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IndicesFilterBuilder.java

    Severity Rule Message Line Col
    #A15425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A15426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IndicesFilterParser.java

    Severity Rule Message Line Col
    #A15427 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 41
    #A15428 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 41 5
    #A15429 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A15430 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A15431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A15433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IndicesQueryBuilder.java

    Severity Rule Message Line Col
    #A15435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A15436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/IndicesQueryParser.java

    Severity Rule Message Line Col
    #A15437 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 42
    #A15438 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 42 5
    #A15439 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A15440 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A15441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A15443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A15444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/LimitFilterBuilder.java

    Severity Rule Message Line Col
    #A15445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A15446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/LimitFilterParser.java

    Severity Rule Message Line Col
    #A15447 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A15448 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5
    #A15449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A15450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A15451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A15452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MatchAllFilterBuilder.java

    Severity Rule Message Line Col
    #A15453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A15454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MatchAllFilterParser.java

    Severity Rule Message Line Col
    #A15455 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A15456 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A15457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A15458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A15459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MatchAllQueryBuilder.java

    Severity Rule Message Line Col
    #A15461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MatchAllQueryParser.java

    Severity Rule Message Line Col
    #A15463 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A15464 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A15465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A15466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A15467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MatchQueryBuilder.java

    Severity Rule Message Line Col
    #A15469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A15470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MatchQueryParser.java

    Severity Rule Message Line Col
    #A15471 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A15472 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A15473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A15475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A15476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MissingFilterBuilder.java

    Severity Rule Message Line Col
    #A15477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A15478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MissingFilterParser.java

    Severity Rule Message Line Col
    #A15479 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A15480 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A15481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A15483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A15484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MoreLikeThisFieldQueryBuilder.java

    Severity Rule Message Line Col
    #A15485 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30
    #A15486 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 30 1
    #A15487 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 81
    #A15488 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 81 5
    #A15489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A15490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MoreLikeThisFieldQueryParser.java

    Severity Rule Message Line Col
    #A15491 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 41
    #A15492 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 41 1
    #A15493 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A15494 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A15495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A15497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MoreLikeThisQueryBuilder.java

    Severity Rule Message Line Col
    #A15499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A15500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A15501 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 200
    #A15502 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 200 5
    #A15503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A15504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MoreLikeThisQueryParser.java

    Severity Rule Message Line Col
    #A15505 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 83
    #A15506 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 83 5
    #A15507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A15508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A15509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A15510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MultiMatchQueryBuilder.java

    Severity Rule Message Line Col
    #A15511 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 275
    #A15512 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 275 5
    #A15513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A15514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/MultiMatchQueryParser.java

    Severity Rule Message Line Col
    #A15515 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A15516 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A15517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A15519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NestedFilterBuilder.java

    Severity Rule Message Line Col
    #A15521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A15522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NestedFilterParser.java

    Severity Rule Message Line Col
    #A15523 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A15524 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A15525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A15527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A15528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NestedQueryBuilder.java

    Severity Rule Message Line Col
    #A15529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A15530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NestedQueryParser.java

    Severity Rule Message Line Col
    #A15531 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A15532 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A15533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A15535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A15537 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 134
    #A15538 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 134 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NotFilterBuilder.java

    Severity Rule Message Line Col
    #A15539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NotFilterParser.java

    Severity Rule Message Line Col
    #A15541 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A15542 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A15543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A15544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A15545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NumericRangeFilterBuilder.java

    Severity Rule Message Line Col
    #A15547 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 34
    #A15548 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 34 1
    #A15549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A15550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/NumericRangeFilterParser.java

    Severity Rule Message Line Col
    #A15551 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 37
    #A15552 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 37 1
    #A15553 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A15554 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A15555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A15557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/OrFilterBuilder.java

    Severity Rule Message Line Col
    #A15559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A15560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/OrFilterParser.java

    Severity Rule Message Line Col
    #A15561 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A15562 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A15563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A15564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A15565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/PrefixFilterBuilder.java

    Severity Rule Message Line Col
    #A15567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A15568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/PrefixFilterParser.java

    Severity Rule Message Line Col
    #A15569 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A15570 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A15571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A15573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/PrefixQueryBuilder.java

    Severity Rule Message Line Col
    #A15575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A15576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/PrefixQueryParser.java

    Severity Rule Message Line Col
    #A15577 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A15578 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A15579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A15581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A15582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryBuilders.java

    Severity Rule Message Line Col
    #A15583 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57
    #A15584 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 57 5
    #A15585 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 305
    #A15586 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 305 5
    #A15587 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 326
    #A15588 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 326 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryFilterBuilder.java

    Severity Rule Message Line Col
    #A15589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A15590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryFilterParser.java

    Severity Rule Message Line Col
    #A15591 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A15592 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A15593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A15594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A15595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryParseContext.java

    Severity Rule Message Line Col
    #A15597 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 182
    #A15598 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 182 5
    #A15599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A15600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 17
    #A15601 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 277
    #A15602 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 277 5
    #A15603 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 320
    #A15604 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 320 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryParser.java

    Severity Rule Message Line Col
    #A15605 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 43
    #A15606 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryParsingException.java

    Severity Rule Message Line Col
    #A15607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A15608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryStringQueryBuilder.java

    Severity Rule Message Line Col
    #A15609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A15610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/QueryStringQueryParser.java

    Severity Rule Message Line Col
    #A15611 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A15612 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A15613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A15614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A15615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A15616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RangeFilterBuilder.java

    Severity Rule Message Line Col
    #A15617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A15618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RangeFilterParser.java

    Severity Rule Message Line Col
    #A15619 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A15620 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A15621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A15623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RangeQueryBuilder.java

    Severity Rule Message Line Col
    #A15625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410
    #A15626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RangeQueryParser.java

    Severity Rule Message Line Col
    #A15627 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A15628 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A15629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A15631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RegexpFilterBuilder.java

    Severity Rule Message Line Col
    #A15633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A15634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RegexpFilterParser.java

    Severity Rule Message Line Col
    #A15635 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A15636 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A15637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A15639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A15640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RegexpQueryBuilder.java

    Severity Rule Message Line Col
    #A15641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A15642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/RegexpQueryParser.java

    Severity Rule Message Line Col
    #A15643 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A15644 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A15645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A15647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ScriptFilterBuilder.java

    Severity Rule Message Line Col
    #A15649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A15650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/ScriptFilterParser.java

    Severity Rule Message Line Col
    #A15651 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51
    #A15652 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51 5
    #A15653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A15654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A15655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A15656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A15657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A15658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A15659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A15660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 9
    #A15661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A15662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A15663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A15664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 9
    #A15665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A15666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SimpleQueryParser.java

    Severity Rule Message Line Col
    #A15667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A15668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A15669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A15670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A15671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A15672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A15673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A15674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SimpleQueryStringBuilder.java

    Severity Rule Message Line Col
    #A15675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A15676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SimpleQueryStringParser.java

    Severity Rule Message Line Col
    #A15677 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 76
    #A15678 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 76 5
    #A15679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A15680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A15681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A15682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanFirstQueryBuilder.java

    Severity Rule Message Line Col
    #A15683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A15684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanFirstQueryParser.java

    Severity Rule Message Line Col
    #A15685 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A15686 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A15687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A15688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A15689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanMultiTermQueryBuilder.java

    Severity Rule Message Line Col
    #A15691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A15692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanMultiTermQueryParser.java

    Severity Rule Message Line Col
    #A15693 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A15694 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A15695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A15696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A15697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A15698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanNearQueryBuilder.java

    Severity Rule Message Line Col
    #A15699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A15700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanNearQueryParser.java

    Severity Rule Message Line Col
    #A15701 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A15702 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A15703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A15705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanNotQueryBuilder.java

    Severity Rule Message Line Col
    #A15707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A15708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanNotQueryParser.java

    Severity Rule Message Line Col
    #A15709 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A15710 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A15711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A15712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A15713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanOrQueryBuilder.java

    Severity Rule Message Line Col
    #A15715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A15716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanOrQueryParser.java

    Severity Rule Message Line Col
    #A15717 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A15718 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A15719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A15721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanTermQueryBuilder.java

    Severity Rule Message Line Col
    #A15723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A15724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/SpanTermQueryParser.java

    Severity Rule Message Line Col
    #A15725 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A15726 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A15727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A15728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A15729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A15730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TemplateQueryBuilder.java

    Severity Rule Message Line Col
    #A15731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A15732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TemplateQueryParser.java

    Severity Rule Message Line Col
    #A15733 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A15734 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A15735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A15736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A15737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A15738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A15739 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 75
    #A15740 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 75 5
    #A15741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A15742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermFilterBuilder.java

    Severity Rule Message Line Col
    #A15743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A15744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermFilterParser.java

    Severity Rule Message Line Col
    #A15745 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A15746 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A15747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A15749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermQueryBuilder.java

    Severity Rule Message Line Col
    #A15751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A15752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermQueryParser.java

    Severity Rule Message Line Col
    #A15753 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A15754 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A15755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A15757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermsFilterBuilder.java

    Severity Rule Message Line Col
    #A15759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A15760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermsFilterParser.java

    Severity Rule Message Line Col
    #A15761 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65
    #A15762 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65 5
    #A15763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A15764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A15765 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 74
    #A15766 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 74 5
    #A15767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A15768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermsLookupFilterBuilder.java

    Severity Rule Message Line Col
    #A15769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A15770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermsQueryBuilder.java

    Severity Rule Message Line Col
    #A15771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A15772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TermsQueryParser.java

    Severity Rule Message Line Col
    #A15773 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52
    #A15774 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 52 5
    #A15775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A15777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A15778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TopChildrenQueryBuilder.java

    Severity Rule Message Line Col
    #A15779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A15780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TopChildrenQueryParser.java

    Severity Rule Message Line Col
    #A15781 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A15782 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A15783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A15785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TypeFilterBuilder.java

    Severity Rule Message Line Col
    #A15787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A15788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/TypeFilterParser.java

    Severity Rule Message Line Col
    #A15789 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A15790 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A15791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A15792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A15793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/WildcardQueryBuilder.java

    Severity Rule Message Line Col
    #A15795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A15796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/WildcardQueryParser.java

    Severity Rule Message Line Col
    #A15797 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A15798 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A15799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A15801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/WrapperFilterBuilder.java

    Severity Rule Message Line Col
    #A15803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A15804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/WrapperFilterParser.java

    Severity Rule Message Line Col
    #A15805 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A15806 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A15807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A15808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A15809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/WrapperQueryBuilder.java

    Severity Rule Message Line Col
    #A15811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A15812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/WrapperQueryParser.java

    Severity Rule Message Line Col
    #A15813 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A15814 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A15815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A15816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A15817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/DecayFunctionBuilder.java

    Severity Rule Message Line Col
    #A15819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A15820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/DecayFunctionParser.java

    Severity Rule Message Line Col
    #A15821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A15822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A15823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A15824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 9
    #A15825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A15826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 9
    #A15827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A15828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 9
    #A15829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A15830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 9
    #A15831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364
    #A15832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364 9
    #A15833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380
    #A15834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380 9
    #A15835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 404
    #A15836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 404 9
    #A15837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A15838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 9
    #A15839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457
    #A15840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/FunctionScoreModule.java

    Severity Rule Message Line Col
    #A15841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A15842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/FunctionScoreQueryBuilder.java

    Severity Rule Message Line Col
    #A15843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A15844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/FunctionScoreQueryParser.java

    Severity Rule Message Line Col
    #A15845 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A15846 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A15847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A15848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A15849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A15850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/ScoreFunctionBuilder.java

    Severity Rule Message Line Col
    #A15851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A15852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/ScoreFunctionBuilders.java

    Severity Rule Message Line Col
    #A15853 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 75
    #A15854 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/ScoreFunctionParserMapper.java

    Severity Rule Message Line Col
    #A15855 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A15856 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/exp/ExponentialDecayFunctionBuilder.java

    Severity Rule Message Line Col
    #A15857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A15858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/exp/ExponentialDecayFunctionParser.java

    Severity Rule Message Line Col
    #A15859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A15860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A15861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A15862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A15863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A15865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A15867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A15868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/factor/FactorBuilder.java

    Severity Rule Message Line Col
    #A15869 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 34
    #A15870 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 34 1
    #A15871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A15872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A15873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A15875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A15876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A15877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A15878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/factor/FactorParser.java

    Severity Rule Message Line Col
    #A15879 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 36
    #A15880 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 36 1
    #A15881 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A15882 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A15883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A15885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/fieldvaluefactor/FieldValueFactorFunctionBuilder.java

    Severity Rule Message Line Col
    #A15887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A15888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A15889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A15890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/fieldvaluefactor/FieldValueFactorFunctionParser.java

    Severity Rule Message Line Col
    #A15891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A15892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A15893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A15894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/gauss/GaussDecayFunctionBuilder.java

    Severity Rule Message Line Col
    #A15895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A15896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/gauss/GaussDecayFunctionParser.java

    Severity Rule Message Line Col
    #A15897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A15898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A15899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A15900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 9
    #A15901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9
    #A15903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A15904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 9
    #A15905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A15906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/lin/LinearDecayFunctionBuilder.java

    Severity Rule Message Line Col
    #A15907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A15908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/lin/LinearDecayFunctionParser.java

    Severity Rule Message Line Col
    #A15909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A15910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A15911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A15912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A15913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A15914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A15915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A15917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A15918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/random/RandomScoreFunctionBuilder.java

    Severity Rule Message Line Col
    #A15919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A15920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A15921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A15922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/random/RandomScoreFunctionParser.java

    Severity Rule Message Line Col
    #A15923 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A15924 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A15925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A15926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A15927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A15928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/script/ScriptScoreFunctionBuilder.java

    Severity Rule Message Line Col
    #A15929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A15930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A15931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A15932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/script/ScriptScoreFunctionParser.java

    Severity Rule Message Line Col
    #A15933 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A15934 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A15935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A15936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A15937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A15938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/functionscore/weight/WeightBuilder.java

    Severity Rule Message Line Col
    #A15939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A15940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A15941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A15942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/support/BaseInnerHitBuilder.java

    Severity Rule Message Line Col
    #A15943 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 36
    #A15944 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 36 1
    #A15945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394
    #A15946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/support/InnerHitsQueryParserHelper.java

    Severity Rule Message Line Col
    #A15947 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A15948 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/support/QueryInnerHitBuilder.java

    Severity Rule Message Line Col
    #A15949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A15950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/query/support/XContentStructure.java

    Severity Rule Message Line Col
    #A15951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A15952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 9
    #A15953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A15954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/recovery/RecoveryStats.java

    Severity Rule Message Line Col
    #A15955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A15956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A15957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A15958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A15959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A15960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A15961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A15962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/refresh/RefreshStats.java

    Severity Rule Message Line Col
    #A15963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A15964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A15965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A15966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A15967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A15968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/FieldDataTermsFilter.java

    Severity Rule Message Line Col
    #A15969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A15970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A15971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A15972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A15973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A15974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A15975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A15976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A15977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A15978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9
    #A15979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A15980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A15981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A15982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A15983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A15984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 17
    #A15985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A15986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A15987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A15988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 9
    #A15989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A15990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9
    #A15991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A15992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A15993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A15994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 21
    #A15995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A15996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A15997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A15998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 9
    #A15999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A16000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9
    #A16001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A16002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 9
    #A16003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A16004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/MatchQuery.java

    Severity Rule Message Line Col
    #A16005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A16006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/MultiMatchQuery.java

    Severity Rule Message Line Col
    #A16007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A16008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/NumericRangeFieldDataFilter.java

    Severity Rule Message Line Col
    #A16009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A16010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A16011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A16012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A16013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A16014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A16015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A16016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 13
    #A16017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A16018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 13
    #A16019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A16020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 13
    #A16021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A16022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 13
    #A16023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A16024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 13
    #A16025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A16026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 13
    #A16027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A16028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 9
    #A16029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A16030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/child/ChildrenConstantScoreQuery.java

    Severity Rule Message Line Col
    #A16031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A16032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A16033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A16034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A16035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A16036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A16037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A16038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A16039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A16040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A16041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A16042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A16043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A16044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A16045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A16046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 9
    #A16047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A16048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 9
    #A16049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A16050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 9
    #A16051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A16052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 9
    #A16053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A16054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 9
    #A16055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A16056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 9
    #A16057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A16058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 9
    #A16059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301
    #A16060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/child/ChildrenQuery.java

    Severity Rule Message Line Col
    #A16061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A16062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A16063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A16064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A16065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A16066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A16067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A16068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A16069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A16070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A16071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A16072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A16073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A16074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A16075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A16076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9
    #A16077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A16078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9
    #A16079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A16080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 9
    #A16081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A16082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 9
    #A16083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A16084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 9
    #A16085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A16086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 9
    #A16087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A16088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 9
    #A16089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371
    #A16090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371 9
    #A16091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A16092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 9
    #A16093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396
    #A16094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396 9
    #A16095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418
    #A16096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418 9
    #A16097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 433
    #A16098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 433 9
    #A16099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A16100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 9
    #A16101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444
    #A16102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444 9
    #A16103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456
    #A16104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456 9
    #A16105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A16106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 9
    #A16107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483
    #A16108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483 9
    #A16109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 498
    #A16110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 498 9
    #A16111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514
    #A16112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514 9
    #A16113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 530
    #A16114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 530 9
    #A16115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 558
    #A16116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 558 9
    #A16117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 568
    #A16118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 568 9
    #A16119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 575
    #A16120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 575 9
    #A16121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 580
    #A16122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 580 9
    #A16123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 607
    #A16124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 607 9
    #A16125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 633
    #A16126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 633 9
    #A16127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 667
    #A16128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 667 9
    #A16129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 682
    #A16130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 682 9
    #A16131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713
    #A16132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/child/ConstantScorer.java

    Severity Rule Message Line Col
    #A16133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A16134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A16135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A16136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A16137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A16138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A16139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A16140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A16141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A16142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A16143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A16144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/child/CustomQueryWrappingFilter.java

    Severity Rule Message Line Col
    #A16145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A16146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A16147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A16148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 21
    #A16149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A16150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 21
    #A16151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A16152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A16153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A16154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A16155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A16156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A16157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A16158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/child/ParentConstantScoreQuery.java

    Severity Rule Message Line Col
    #A16159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A16160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A16161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A16162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A16163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A16164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A16165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A16166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A16167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A16168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A16169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A16170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A16171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A16172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A16173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A16174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 9
    #A16175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A16176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 9
    #A16177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A16178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9
    #A16179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A16180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 9
    #A16181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A16182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 9
    #A16183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A16184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A16185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A16186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/child/ParentIdsFilter.java

    Severity Rule Message Line Col
    #A16187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A16188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/child/ParentQuery.java

    Severity Rule Message Line Col
    #A16189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A16190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A16191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A16192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A16193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A16194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A16195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A16196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A16197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A16198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A16199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A16200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A16201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A16202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A16203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A16204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 9
    #A16205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A16206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 9
    #A16207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A16208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A16209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A16210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A16211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A16212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 9
    #A16213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A16214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 9
    #A16215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A16216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A16217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A16218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A16219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A16220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9
    #A16221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A16222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 9
    #A16223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A16224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 9
    #A16225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A16226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 9
    #A16227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A16228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 9
    #A16229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A16230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 9
    #A16231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A16232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/child/TopChildrenQuery.java

    Severity Rule Message Line Col
    #A16233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A16234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A16235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A16236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A16237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A16238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A16239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A16240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A16241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A16242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 5
    #A16243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A16244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A16245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315
    #A16246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315 9
    #A16247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A16248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 9
    #A16249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A16250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 9
    #A16251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A16252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 9
    #A16253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A16254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 25
    #A16255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A16256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 25
    #A16257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A16258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 25
    #A16259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A16260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 25
    #A16261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A16262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 9
    #A16263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395
    #A16264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395 9
    #A16265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400
    #A16266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400 9
    #A16267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405
    #A16268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405 9
    #A16269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415
    #A16270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415 9
    #A16271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 420
    #A16272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 420 9
    #A16273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427
    #A16274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/geo/GeoDistanceFilter.java

    Severity Rule Message Line Col
    #A16275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A16276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A16277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A16278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A16279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A16280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A16281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A16282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A16283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A16284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/geo/GeoDistanceRangeFilter.java

    Severity Rule Message Line Col
    #A16285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A16286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A16287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A16288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A16289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A16290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A16291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A16292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A16293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A16294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/geo/GeoPolygonFilter.java

    Severity Rule Message Line Col
    #A16295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A16296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A16297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A16298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A16299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A16300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/geo/InMemoryGeoBoundingBoxFilter.java

    Severity Rule Message Line Col
    #A16301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A16302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A16303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A16304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A16305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A16306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A16307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A16308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/morelikethis/MoreLikeThisFetchService.java

    Severity Rule Message Line Col
    #A16309 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A16310 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/nested/IncludeNestedDocsQuery.java

    Severity Rule Message Line Col
    #A16311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A16312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A16313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A16314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A16315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A16316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A16317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A16318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A16319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A16320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A16321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A16322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A16323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A16324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A16325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A16326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A16327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A16328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9
    #A16329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A16330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 5
    #A16331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A16332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 5
    #A16333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A16334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A16335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A16336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 5
    #A16337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A16338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A16339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A16340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/nested/NonNestedDocsFilter.java

    Severity Rule Message Line Col
    #A16341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A16342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A16343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A16344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A16345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A16346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/shape/ShapeFetchService.java

    Severity Rule Message Line Col
    #A16347 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A16348 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/shape/ShapeModule.java

    Severity Rule Message Line Col
    #A16349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A16350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/slowlog/ShardSlowLogSearchService.java

    Severity Rule Message Line Col
    #A16351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A16352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A16353 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 122
    #A16354 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 122 5
    #A16355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A16356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/stats/SearchStats.java

    Severity Rule Message Line Col
    #A16357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A16358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A16359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A16360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9
    #A16361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A16362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A16363 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 155
    #A16364 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 155 5
    #A16365 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 201
    #A16366 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 201 5
    #A16367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A16368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A16369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A16370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 5
    #A16371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A16372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 5
    #A16373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A16374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/stats/ShardSearchModule.java

    Severity Rule Message Line Col
    #A16375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A16376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/stats/ShardSearchService.java

    Severity Rule Message Line Col
    #A16377 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A16378 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/search/stats/StatsGroupsParseElement.java

    Severity Rule Message Line Col
    #A16379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A16380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/settings/IndexDynamicSettingsModule.java

    Severity Rule Message Line Col
    #A16381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A16382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/settings/IndexSettingsModule.java

    Severity Rule Message Line Col
    #A16383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A16384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/settings/IndexSettingsProvider.java

    Severity Rule Message Line Col
    #A16385 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A16386 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A16387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A16388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/settings/IndexSettingsService.java

    Severity Rule Message Line Col
    #A16389 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A16390 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/AbstractIndexShardComponent.java

    Severity Rule Message Line Col
    #A16391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A16392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A16393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A16394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/DocsStats.java

    Severity Rule Message Line Col
    #A16395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A16396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A16397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A16398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A16399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A16400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/IllegalIndexShardStateException.java

    Severity Rule Message Line Col
    #A16401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A16402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/IndexShard.java

    Severity Rule Message Line Col
    #A16403 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 168
    #A16404 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 168 5
    #A16405 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 193
    #A16406 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 193 5
    #A16407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1010
    #A16408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1010 9
    #A16409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1083
    #A16410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1083 9
    #A16411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1091
    #A16412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1091 17
    #A16413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1133
    #A16414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1133 9
    #A16415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1145
    #A16416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1145 17
    #A16417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1239
    #A16418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1239 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/IndexShardModule.java

    Severity Rule Message Line Col
    #A16419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A16420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/ShadowIndexShard.java

    Severity Rule Message Line Col
    #A16421 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 71
    #A16422 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 71 5
    #A16423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A16424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A16425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A16426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A16427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A16428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/ShardId.java

    Severity Rule Message Line Col
    #A16429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A16430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A16431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A16432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A16433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A16434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A16435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A16436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A16437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A16438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A16439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A16440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/shard/ShardUtils.java

    Severity Rule Message Line Col
    #A16441 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 40
    #A16442 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 40 5
    #A16443 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 45
    #A16444 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/AbstractSimilarityProvider.java

    Severity Rule Message Line Col
    #A16445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A16446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/BM25SimilarityProvider.java

    Severity Rule Message Line Col
    #A16447 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A16448 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A16449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A16450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/DFRSimilarityProvider.java

    Severity Rule Message Line Col
    #A16451 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 66
    #A16452 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 66 5
    #A16453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A16454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/DefaultSimilarityProvider.java

    Severity Rule Message Line Col
    #A16455 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A16456 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A16457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A16458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/IBSimilarityProvider.java

    Severity Rule Message Line Col
    #A16459 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60
    #A16460 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60 5
    #A16461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A16462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/LMDirichletSimilarityProvider.java

    Severity Rule Message Line Col
    #A16463 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A16464 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A16465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A16466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/LMJelinekMercerSimilarityProvider.java

    Severity Rule Message Line Col
    #A16467 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A16468 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A16469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A16470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/PreBuiltSimilarityProvider.java

    Severity Rule Message Line Col
    #A16471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A16472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 9
    #A16473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A16474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/SimilarityLookupService.java

    Severity Rule Message Line Col
    #A16475 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49
    #A16476 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/SimilarityModule.java

    Severity Rule Message Line Col
    #A16477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A16478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/similarity/SimilarityService.java

    Severity Rule Message Line Col
    #A16479 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51
    #A16480 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51 5
    #A16481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A16482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A16483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A16484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A16485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A16486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/IndexShardSnapshotAndRestoreService.java

    Severity Rule Message Line Col
    #A16487 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A16488 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/IndexShardSnapshotModule.java

    Severity Rule Message Line Col
    #A16489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A16490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/blobstore/BlobStoreIndexShardRepository.java

    Severity Rule Message Line Col
    #A16491 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 99
    #A16492 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 99 5
    #A16493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A16494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 13
    #A16495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A16496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A16497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A16498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A16499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A16500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A16501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A16502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A16503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A16504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A16505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 616
    #A16506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 616 13
    #A16507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 622
    #A16508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 622 13
    #A16509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 673
    #A16510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 673 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/blobstore/BlobStoreIndexShardSnapshot.java

    Severity Rule Message Line Col
    #A16511 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 172
    #A16512 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 172 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/blobstore/BlobStoreIndexShardSnapshots.java

    Severity Rule Message Line Col
    #A16513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A16514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/blobstore/RateLimitingInputStream.java

    Severity Rule Message Line Col
    #A16515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A16516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A16517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A16518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/snapshots/blobstore/SlicedInputStream.java

    Severity Rule Message Line Col
    #A16519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A16520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A16521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A16522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A16523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A16524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A16525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A16526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/DirectoryService.java

    Severity Rule Message Line Col
    #A16527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A16528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/DirectoryUtils.java

    Severity Rule Message Line Col
    #A16529 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 39
    #A16530 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/DistributorDirectory.java

    Severity Rule Message Line Col
    #A16531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A16532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 13
    #A16533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A16534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13
    #A16535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A16536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13
    #A16537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A16538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A16539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A16540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A16541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A16542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A16543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A16544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A16545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A16546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A16547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A16548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A16549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A16550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A16551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A16552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A16553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A16554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A16555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A16556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A16557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A16558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A16559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A16560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9
    #A16561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A16562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9
    #A16563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A16564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 9
    #A16565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A16566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 9
    #A16567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A16568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 9
    #A16569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A16570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 13
    #A16571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A16572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 13
    #A16573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A16574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/IndexStoreModule.java

    Severity Rule Message Line Col
    #A16575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A16576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A16577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A16578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/LegacyVerification.java

    Severity Rule Message Line Col
    #A16579 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44
    #A16580 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44 1
    #A16581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A16582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A16583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A16584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A16585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A16586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A16587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A16588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A16589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A16590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A16591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A16592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/Store.java

    Severity Rule Message Line Col
    #A16593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A16594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A16595 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 118
    #A16596 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 118 5
    #A16597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A16598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 13
    #A16599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313
    #A16600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313 5
    #A16601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A16602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A16603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A16604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A16605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A16606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A16607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 681
    #A16608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 681 9
    #A16609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702
    #A16610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702 9
    #A16611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 707
    #A16612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 707 9
    #A16613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 717
    #A16614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 717 9
    #A16615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 940
    #A16616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 940 9
    #A16617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1055
    #A16618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1055 9
    #A16619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1067
    #A16620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1067 9
    #A16621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1138
    #A16622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1138 9
    #A16623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1222
    #A16624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1222 9
    #A16625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1232
    #A16626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1232 9
    #A16627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1249
    #A16628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1249 9
    #A16629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1291
    #A16630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1291 9
    #A16631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1307
    #A16632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1307 9
    #A16633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1335
    #A16634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1335 9
    #A16635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1340
    #A16636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1340 9
    #A16637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1358
    #A16638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1358 9
    #A16639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1363
    #A16640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1363 9
    #A16641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1368
    #A16642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1368 9
    #A16643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1373
    #A16644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1373 9
    #A16645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1378
    #A16646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1378 9
    #A16647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1437
    #A16648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1437 13
    #A16649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1453
    #A16650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1453 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/StoreFileMetaData.java

    Severity Rule Message Line Col
    #A16651 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 92
    #A16652 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 92 5
    #A16653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A16654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A16655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A16656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A16657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A16658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/StoreModule.java

    Severity Rule Message Line Col
    #A16659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A16660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/StoreStats.java

    Severity Rule Message Line Col
    #A16661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A16662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A16663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A16664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A16665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A16666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/distributor/AbstractDistributor.java

    Severity Rule Message Line Col
    #A16667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A16668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A16669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A16670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A16671 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A16672 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 5
    #A16673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A16674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/distributor/LeastUsedDistributor.java

    Severity Rule Message Line Col
    #A16675 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A16676 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A16677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A16678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A16679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A16680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/distributor/RandomWeightedDistributor.java

    Severity Rule Message Line Col
    #A16681 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A16682 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A16683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A16684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A16685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A16686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/DefaultFsDirectoryService.java

    Severity Rule Message Line Col
    #A16687 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A16688 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A16689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A16690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A16691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A16692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/DefaultFsIndexStore.java

    Severity Rule Message Line Col
    #A16693 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A16694 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A16695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A16696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/DefaultFsIndexStoreModule.java

    Severity Rule Message Line Col
    #A16697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A16698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/FsDirectoryService.java

    Severity Rule Message Line Col
    #A16699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A16700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A16701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A16702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A16703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A16704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A16705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A16706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A16707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A16708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/FsIndexStore.java

    Severity Rule Message Line Col
    #A16709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A16710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/MmapFsDirectoryService.java

    Severity Rule Message Line Col
    #A16711 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A16712 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A16713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A16714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/MmapFsIndexStore.java

    Severity Rule Message Line Col
    #A16715 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A16716 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A16717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A16718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/MmapFsIndexStoreModule.java

    Severity Rule Message Line Col
    #A16719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A16720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/NioFsDirectoryService.java

    Severity Rule Message Line Col
    #A16721 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A16722 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A16723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A16724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/NioFsIndexStore.java

    Severity Rule Message Line Col
    #A16725 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A16726 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A16727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A16728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/NioFsIndexStoreModule.java

    Severity Rule Message Line Col
    #A16729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A16730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/SimpleFsDirectoryService.java

    Severity Rule Message Line Col
    #A16731 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A16732 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A16733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A16734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/SimpleFsIndexStore.java

    Severity Rule Message Line Col
    #A16735 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A16736 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A16737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A16738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/fs/SimpleFsIndexStoreModule.java

    Severity Rule Message Line Col
    #A16739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A16740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/ram/RamDirectoryService.java

    Severity Rule Message Line Col
    #A16741 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A16742 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A16743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A16744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A16745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A16746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A16747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A16748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A16749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A16750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/ram/RamIndexStore.java

    Severity Rule Message Line Col
    #A16751 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A16752 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A16753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A16754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A16755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A16756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/ram/RamIndexStoreModule.java

    Severity Rule Message Line Col
    #A16757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A16758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/store/support/AbstractIndexStore.java

    Severity Rule Message Line Col
    #A16759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A16760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 9
    #A16761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A16762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A16763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A16764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A16765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A16766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/suggest/SuggestShardModule.java

    Severity Rule Message Line Col
    #A16767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A16768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/suggest/stats/ShardSuggestService.java

    Severity Rule Message Line Col
    #A16769 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A16770 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/suggest/stats/SuggestStats.java

    Severity Rule Message Line Col
    #A16771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A16772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A16773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A16774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A16775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A16776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/termvectors/ShardTermVectorModule.java

    Severity Rule Message Line Col
    #A16777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A16778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/termvectors/ShardTermVectorService.java

    Severity Rule Message Line Col
    #A16779 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61
    #A16780 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61 5
    #A16781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A16782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 9
    #A16783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A16784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 9
    #A16785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A16786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/BufferedChecksumStreamInput.java

    Severity Rule Message Line Col
    #A16787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A16788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A16789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A16790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A16791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A16792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A16793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A16794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A16795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A16796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/BufferedChecksumStreamOutput.java

    Severity Rule Message Line Col
    #A16797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A16798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A16799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A16800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A16801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A16802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A16803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A16804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A16805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A16806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/ChecksummedTranslogStream.java

    Severity Rule Message Line Col
    #A16807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A16808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A16809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A16810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A16811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A16812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A16813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A16814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/LegacyTranslogStream.java

    Severity Rule Message Line Col
    #A16815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A16816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A16817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A16818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A16819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A16820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A16821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A16822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/Translog.java

    Severity Rule Message Line Col
    #A16823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A16824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A16825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A16826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 9
    #A16827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A16828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 9
    #A16829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A16830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 9
    #A16831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A16832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 9
    #A16833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A16834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 9
    #A16835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A16836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 9
    #A16837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 441
    #A16838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 441 9
    #A16839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 446
    #A16840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 446 9
    #A16841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487
    #A16842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487 9
    #A16843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A16844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 9
    #A16845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 528
    #A16846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 528 9
    #A16847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579
    #A16848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579 9
    #A16849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 584
    #A16850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 584 9
    #A16851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601
    #A16852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601 9
    #A16853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 606
    #A16854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 606 9
    #A16855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 620
    #A16856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 620 9
    #A16857 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 634
    #A16858 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 634 9
    #A16859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 651
    #A16860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 651 9
    #A16861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 656
    #A16862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 656 9
    #A16863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 673
    #A16864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 673 9
    #A16865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 678
    #A16866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 678 9
    #A16867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 706
    #A16868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 706 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/TranslogModule.java

    Severity Rule Message Line Col
    #A16869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A16870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/TranslogService.java

    Severity Rule Message Line Col
    #A16871 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 76
    #A16872 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 76 5
    #A16873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A16874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A16875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A16876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 9
    #A16877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A16878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/TranslogStats.java

    Severity Rule Message Line Col
    #A16879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A16880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A16881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A16882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A16883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A16884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/fs/BufferingFsTranslogFile.java

    Severity Rule Message Line Col
    #A16885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A16886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A16887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A16888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A16889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A16890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A16891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A16892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A16893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A16894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A16895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A16896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A16897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A16898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A16899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A16900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A16901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A16902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 5
    #A16903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A16904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 5
    #A16905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A16906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 9
    #A16907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A16908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 9
    #A16909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A16910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/fs/FsChannelSnapshot.java

    Severity Rule Message Line Col
    #A16911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A16912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A16913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A16914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A16915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A16916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A16917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A16918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A16919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A16920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A16921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A16922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A16923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A16924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A16925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A16926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/fs/FsTranslog.java

    Severity Rule Message Line Col
    #A16927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A16928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A16929 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 88
    #A16930 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 88 5
    #A16931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A16932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A16933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A16934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A16935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A16936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A16937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A16938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A16939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A16940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A16941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A16942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A16943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A16944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A16945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A16946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 5
    #A16947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A16948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A16949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A16950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A16951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A16952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 5
    #A16953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A16954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 5
    #A16955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A16956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 5
    #A16957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A16958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 5
    #A16959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412
    #A16960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412 5
    #A16961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 428
    #A16962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 428 5
    #A16963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A16964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 5
    #A16965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456
    #A16966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456 5
    #A16967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462
    #A16968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462 5
    #A16969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472
    #A16970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/fs/FsTranslogFile.java

    Severity Rule Message Line Col
    #A16971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A16972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 13
    #A16973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A16974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/translog/fs/SimpleFsTranslogFile.java

    Severity Rule Message Line Col
    #A16975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A16976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A16977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A16978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A16979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A16980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A16981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A16982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A16983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A16984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/warmer/ShardIndexWarmerService.java

    Severity Rule Message Line Col
    #A16985 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A16986 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/index/warmer/WarmerStats.java

    Severity Rule Message Line Col
    #A16987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A16988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A16989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A16990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A16991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A16992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndexAlreadyExistsException.java

    Severity Rule Message Line Col
    #A16993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A16994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndexClosedException.java

    Severity Rule Message Line Col
    #A16995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A16996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndexMissingException.java

    Severity Rule Message Line Col
    #A16997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A16998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndexPrimaryShardNotAllocatedException.java

    Severity Rule Message Line Col
    #A16999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A17000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndexTemplateAlreadyExistsException.java

    Severity Rule Message Line Col
    #A17001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A17002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndexTemplateMissingException.java

    Severity Rule Message Line Col
    #A17003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A17004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndicesModule.java

    Severity Rule Message Line Col
    #A17005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A17006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A17007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A17008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndicesService.java

    Severity Rule Message Line Col
    #A17009 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 121
    #A17010 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 121 5
    #A17011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A17012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A17013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A17014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A17015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A17016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 17
    #A17017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A17018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A17019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A17020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 5
    #A17021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A17022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 13
    #A17023 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 268
    #A17024 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 268 5
    #A17025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A17026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 17
    #A17027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427
    #A17028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427 9
    #A17029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 663
    #A17030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 663 9
    #A17031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 668
    #A17032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 668 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/IndicesWarmer.java

    Severity Rule Message Line Col
    #A17033 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55
    #A17034 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55 5
    #A17035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A17036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 13
    #A17037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A17038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/InternalIndicesLifecycle.java

    Severity Rule Message Line Col
    #A17039 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A17040 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/InvalidAliasNameException.java

    Severity Rule Message Line Col
    #A17041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A17042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/InvalidIndexNameException.java

    Severity Rule Message Line Col
    #A17043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A17044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/InvalidIndexTemplateException.java

    Severity Rule Message Line Col
    #A17045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A17046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/InvalidTypeNameException.java

    Severity Rule Message Line Col
    #A17047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A17048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/NodeIndicesStats.java

    Severity Rule Message Line Col
    #A17049 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 84
    #A17050 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 84 5
    #A17051 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 89
    #A17052 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 89 5
    #A17053 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 94
    #A17054 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 94 5
    #A17055 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 99
    #A17056 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 99 5
    #A17057 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 104
    #A17058 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 104 5
    #A17059 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 109
    #A17060 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 109 5
    #A17061 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 114
    #A17062 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 114 5
    #A17063 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 119
    #A17064 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 119 5
    #A17065 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 124
    #A17066 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 124 5
    #A17067 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 129
    #A17068 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 129 5
    #A17069 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 134
    #A17070 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 134 5
    #A17071 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 139
    #A17072 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 139 5
    #A17073 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 144
    #A17074 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 144 5
    #A17075 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 149
    #A17076 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 149 5
    #A17077 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 154
    #A17078 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 154 5
    #A17079 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 159
    #A17080 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 159 5
    #A17081 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 164
    #A17082 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 164 5
    #A17083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A17084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A17085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A17086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A17087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A17088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/TypeMissingException.java

    Severity Rule Message Line Col
    #A17089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A17090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/HunspellService.java

    Severity Rule Message Line Col
    #A17091 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 83
    #A17092 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 83 5
    #A17093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A17094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 13
    #A17095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A17096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 9
    #A17097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A17098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/IndicesAnalysisModule.java

    Severity Rule Message Line Col
    #A17099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A17100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/IndicesAnalysisService.java

    Severity Rule Message Line Col
    #A17101 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A17102 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/PreBuiltAnalyzers.java

    Severity Rule Message Line Col
    #A17103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A17104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A17105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A17106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A17107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A17108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A17109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A17110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A17111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A17112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A17113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A17114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 9
    #A17115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A17116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9
    #A17117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A17118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A17119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A17120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A17121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A17122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A17123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A17124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 9
    #A17125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A17126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9
    #A17127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A17128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 9
    #A17129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A17130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 9
    #A17131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A17132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A17133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A17134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 9
    #A17135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A17136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 9
    #A17137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A17138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 9
    #A17139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A17140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 9
    #A17141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A17142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 9
    #A17143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A17144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A17145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A17146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9
    #A17147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A17148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 9
    #A17149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A17150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 9
    #A17151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A17152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 9
    #A17153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A17154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9
    #A17155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A17156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 9
    #A17157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A17158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 9
    #A17159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A17160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 9
    #A17161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A17162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 9
    #A17163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A17164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 9
    #A17165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A17166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 9
    #A17167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A17168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 9
    #A17169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A17170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 9
    #A17171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A17172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 9
    #A17173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A17174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 9
    #A17175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A17176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 9
    #A17177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A17178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 9
    #A17179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A17180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 9
    #A17181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361
    #A17182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361 9
    #A17183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368
    #A17184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368 9
    #A17185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A17186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 9
    #A17187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A17188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/PreBuiltCacheFactory.java

    Severity Rule Message Line Col
    #A17189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A17190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9
    #A17191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A17192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A17193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A17194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A17195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A17196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A17197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A17198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A17199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A17200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/PreBuiltCharFilters.java

    Severity Rule Message Line Col
    #A17201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A17202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 9
    #A17203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A17204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 17
    #A17205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A17206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/PreBuiltTokenFilters.java

    Severity Rule Message Line Col
    #A17207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A17208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A17209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A17210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A17211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A17212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A17213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A17214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A17215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A17216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 9
    #A17217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A17218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A17219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A17220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A17221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A17222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A17223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A17224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A17225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A17226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 9
    #A17227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A17228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A17229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A17230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 9
    #A17231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A17232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A17233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A17234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 9
    #A17235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A17236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 9
    #A17237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A17238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9
    #A17239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A17240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 9
    #A17241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A17242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A17243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A17244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 9
    #A17245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A17246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 9
    #A17247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A17248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9
    #A17249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A17250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 9
    #A17251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A17252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 9
    #A17253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A17254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 9
    #A17255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A17256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 9
    #A17257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A17258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 9
    #A17259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A17260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 9
    #A17261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A17262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 9
    #A17263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283
    #A17264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283 9
    #A17265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A17266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 9
    #A17267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A17268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 9
    #A17269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A17270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 9
    #A17271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A17272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 9
    #A17273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A17274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 9
    #A17275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325
    #A17276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325 9
    #A17277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A17278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 9
    #A17279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A17280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 9
    #A17281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A17282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 9
    #A17283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A17284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 9
    #A17285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A17286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 9
    #A17287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A17288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 9
    #A17289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A17290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 9
    #A17291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A17292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 9
    #A17293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403
    #A17294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403 17
    #A17295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408
    #A17296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/analysis/PreBuiltTokenizers.java

    Severity Rule Message Line Col
    #A17297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A17298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A17299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A17300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A17301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A17302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A17303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A17304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A17305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A17306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A17307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A17308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A17309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A17310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A17311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A17312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A17313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A17314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A17315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A17316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A17317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A17318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A17319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A17320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A17321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A17322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 17
    #A17323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A17324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/breaker/AllCircuitBreakerStats.java

    Severity Rule Message Line Col
    #A17325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A17326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A17327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A17328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A17329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A17330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/breaker/BreakerSettings.java

    Severity Rule Message Line Col
    #A17331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A17332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/breaker/CircuitBreakerModule.java

    Severity Rule Message Line Col
    #A17333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A17334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/breaker/CircuitBreakerStats.java

    Severity Rule Message Line Col
    #A17335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A17336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A17337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A17338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A17339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A17340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A17341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A17342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/breaker/HierarchyCircuitBreakerService.java

    Severity Rule Message Line Col
    #A17343 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75
    #A17344 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75 5
    #A17345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A17346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 9
    #A17347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A17348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5
    #A17349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A17350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 5
    #A17351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A17352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/breaker/NoneCircuitBreakerService.java

    Severity Rule Message Line Col
    #A17353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A17354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A17355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A17356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A17357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A17358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/cache/filter/IndicesFilterCache.java

    Severity Rule Message Line Col
    #A17359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A17360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A17361 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 107
    #A17362 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 107 5
    #A17363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A17364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A17365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A17366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A17367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A17368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/cache/filter/terms/IndicesTermsFilterCache.java

    Severity Rule Message Line Col
    #A17369 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61
    #A17370 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61 5
    #A17371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A17372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 17
    #A17373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A17374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/cache/filter/terms/TermsLookup.java

    Severity Rule Message Line Col
    #A17375 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 35
    #A17376 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 35 5
    #A17377 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 67
    #A17378 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/cache/query/IndicesQueryCache.java

    Severity Rule Message Line Col
    #A17379 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 105
    #A17380 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 105 5
    #A17381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A17382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A17383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A17384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A17385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A17386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 9
    #A17387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A17388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 9
    #A17389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A17390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 9
    #A17391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A17392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 9
    #A17393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A17394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 9
    #A17395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A17396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 9
    #A17397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A17398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 9
    #A17399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A17400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 9
    #A17401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A17402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 9
    #A17403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A17404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/cluster/IndicesClusterStateService.java

    Severity Rule Message Line Col
    #A17405 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 115
    #A17406 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 115 5
    #A17407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A17408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A17409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A17410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A17411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A17412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A17413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A17414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A17415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 739
    #A17416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 739 17
    #A17417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 744
    #A17418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 744 17
    #A17419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 748
    #A17420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 748 17
    #A17421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 807
    #A17422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 807 9
    #A17423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 812
    #A17424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 812 9
    #A17425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 880
    #A17426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 880 9
    #A17427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 897
    #A17428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 897 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/fielddata/cache/IndicesFieldDataCache.java

    Severity Rule Message Line Col
    #A17429 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 66
    #A17430 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 66 5
    #A17431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A17432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A17433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A17434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 9
    #A17435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A17436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 9
    #A17437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A17438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 17
    #A17439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A17440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 17
    #A17441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A17442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 9
    #A17443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A17444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9
    #A17445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A17446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 9
    #A17447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A17448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 9
    #A17449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A17450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9
    #A17451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A17452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 9
    #A17453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A17454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 9
    #A17455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A17456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/fielddata/cache/IndicesFieldDataCacheListener.java

    Severity Rule Message Line Col
    #A17457 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A17458 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A17459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A17460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A17461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A17462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/memory/IndexingMemoryController.java

    Severity Rule Message Line Col
    #A17463 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 70
    #A17464 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 70 5
    #A17465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A17466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A17467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A17468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A17469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A17470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A17471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A17472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/query/IndicesQueriesModule.java

    Severity Rule Message Line Col
    #A17473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A17474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/query/IndicesQueriesRegistry.java

    Severity Rule Message Line Col
    #A17475 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A17476 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveriesCollection.java

    Severity Rule Message Line Col
    #A17477 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 134
    #A17478 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 134 5
    #A17479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A17480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A17481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A17482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 9
    #A17483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A17484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryCleanFilesRequest.java

    Severity Rule Message Line Col
    #A17485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A17486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A17487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A17488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryFileChunkRequest.java

    Severity Rule Message Line Col
    #A17489 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 79
    #A17490 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 79 5
    #A17491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A17492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A17493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A17494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A17495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A17496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryFilesInfoRequest.java

    Severity Rule Message Line Col
    #A17497 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 47
    #A17498 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 47 5
    #A17499 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50
    #A17500 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 50 5
    #A17501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A17502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A17503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A17504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryFinalizeRecoveryRequest.java

    Severity Rule Message Line Col
    #A17505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A17506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A17507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A17508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryPrepareForTranslogOperationsRequest.java

    Severity Rule Message Line Col
    #A17509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A17510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A17511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A17512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryResponse.java

    Severity Rule Message Line Col
    #A17513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A17514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A17515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A17516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoverySettings.java

    Severity Rule Message Line Col
    #A17517 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 81
    #A17518 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 81 5
    #A17519 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 104
    #A17520 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 104 5
    #A17521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A17522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoverySource.java

    Severity Rule Message Line Col
    #A17523 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65
    #A17524 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65 5
    #A17525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A17526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A17527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A17528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 9
    #A17529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A17530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A17531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A17532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoverySourceHandler.java

    Severity Rule Message Line Col
    #A17533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A17534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A17535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A17536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A17537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A17538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 17
    #A17539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A17540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 21
    #A17541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A17542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 21
    #A17543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A17544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 37
    #A17545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A17546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 17
    #A17547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A17548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 17
    #A17549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A17550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 37
    #A17551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430
    #A17552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430 5
    #A17553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A17554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 13
    #A17555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 481
    #A17556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 481 5
    #A17557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495
    #A17558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495 13
    #A17559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544
    #A17560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544 13
    #A17561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 558
    #A17562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 558 13
    #A17563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 563
    #A17564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 563 13
    #A17565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 573
    #A17566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 573 13
    #A17567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 643
    #A17568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 643 21
    #A17569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 667
    #A17570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 667 17
    #A17571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 687
    #A17572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 687 5
    #A17573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 720
    #A17574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 720 9
    #A17575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 725
    #A17576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 725 9
    #A17577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 730
    #A17578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 730 9
    #A17579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735
    #A17580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735 9
    #A17581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 757
    #A17582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 757 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryState.java

    Severity Rule Message Line Col
    #A17583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A17584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 5
    #A17585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A17586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 5
    #A17587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A17588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 5
    #A17589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435
    #A17590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435 9
    #A17591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A17592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 9
    #A17593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469
    #A17594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469 9
    #A17595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 481
    #A17596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 481 9
    #A17597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A17598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 9
    #A17599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 563
    #A17600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 563 9
    #A17601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 580
    #A17602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 580 9
    #A17603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 594
    #A17604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 594 9
    #A17605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 657
    #A17606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 657 9
    #A17607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 669
    #A17608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 669 9
    #A17609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 679
    #A17610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 679 9
    #A17611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 690
    #A17612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 690 9
    #A17613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 699
    #A17614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 699 9
    #A17615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 708
    #A17616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 708 9
    #A17617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 910
    #A17618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 910 9
    #A17619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 945
    #A17620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 945 9
    #A17621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 990
    #A17622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 990 9
    #A17623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1019
    #A17624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1019 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryStatus.java

    Severity Rule Message Line Col
    #A17625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A17626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 5
    #A17627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A17628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryTarget.java

    Severity Rule Message Line Col
    #A17629 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 89
    #A17630 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 89 5
    #A17631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A17632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 13
    #A17633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A17634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 17
    #A17635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A17636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 25
    #A17637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A17638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 9
    #A17639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A17640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 9
    #A17641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A17642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 9
    #A17643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A17644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 9
    #A17645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A17646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9
    #A17647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A17648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 9
    #A17649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A17650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 9
    #A17651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A17652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 9
    #A17653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A17654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 9
    #A17655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A17656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 9
    #A17657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365
    #A17658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365 9
    #A17659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A17660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 9
    #A17661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391
    #A17662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391 9
    #A17663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396
    #A17664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396 9
    #A17665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A17666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 9
    #A17667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456
    #A17668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456 9
    #A17669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461
    #A17670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 461 9
    #A17671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466
    #A17672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466 9
    #A17673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527
    #A17674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527 9
    #A17675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542
    #A17676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/RecoveryTranslogOperationsRequest.java

    Severity Rule Message Line Col
    #A17677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A17678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A17679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A17680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/SharedFSRecoverySourceHandler.java

    Severity Rule Message Line Col
    #A17681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A17682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A17683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A17684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A17685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A17686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A17687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A17688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/recovery/StartRecoveryRequest.java

    Severity Rule Message Line Col
    #A17689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A17690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A17691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A17692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/store/IndicesStore.java

    Severity Rule Message Line Col
    #A17693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A17694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A17695 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 104
    #A17696 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 104 5
    #A17697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A17698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A17699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A17700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A17701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A17702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 9
    #A17703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A17704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 9
    #A17705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A17706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 9
    #A17707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A17708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 9
    #A17709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A17710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 17
    #A17711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315
    #A17712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315 17
    #A17713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A17714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 9
    #A17715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A17716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 9
    #A17717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A17718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 9
    #A17719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A17720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 9
    #A17721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A17722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 9
    #A17723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405
    #A17724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405 9
    #A17725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412
    #A17726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/store/TransportNodesListShardStoreMetaData.java

    Severity Rule Message Line Col
    #A17727 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 70
    #A17728 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 70 5
    #A17729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A17730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A17731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A17732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A17733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A17734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A17735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A17736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A17737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A17738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A17739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A17740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A17741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A17742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A17743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A17744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5
    #A17745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A17746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 9
    #A17747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A17748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9
    #A17749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A17750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 9
    #A17751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A17752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 9
    #A17753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A17754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 9
    #A17755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330
    #A17756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330 9
    #A17757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A17758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 9
    #A17759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365
    #A17760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365 9
    #A17761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A17762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 9
    #A17763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A17764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 9
    #A17765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410
    #A17766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/indices/ttl/IndicesTTLService.java

    Severity Rule Message Line Col
    #A17767 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80
    #A17768 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80 5
    #A17769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A17770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A17771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A17772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A17773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A17774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A17775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A17776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 21
    #A17777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A17778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 21
    #A17779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A17780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/MonitorModule.java

    Severity Rule Message Line Col
    #A17781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A17782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/MonitorService.java

    Severity Rule Message Line Col
    #A17783 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A17784 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A17785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A17786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A17787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A17788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A17789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A17790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/fs/FsService.java

    Severity Rule Message Line Col
    #A17791 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A17792 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A17793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A17794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/fs/FsStats.java

    Severity Rule Message Line Col
    #A17795 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 45
    #A17796 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 45 9
    #A17797 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 47
    #A17798 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 47 9
    #A17799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A17800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A17801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A17802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A17803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A17804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 9
    #A17805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A17806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 5
    #A17807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351
    #A17808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351 5
    #A17809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A17810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 5
    #A17811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A17812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/fs/JmxFsProbe.java

    Severity Rule Message Line Col
    #A17813 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A17814 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A17815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A17816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/fs/SigarFsProbe.java

    Severity Rule Message Line Col
    #A17817 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A17818 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A17819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A17820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/jvm/DeadlockAnalyzer.java

    Severity Rule Message Line Col
    #A17821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A17822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 9
    #A17823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A17824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9
    #A17825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A17826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/jvm/JvmInfo.java

    Severity Rule Message Line Col
    #A17827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283
    #A17828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283 5
    #A17829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A17830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5
    #A17831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364
    #A17832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364 5
    #A17833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A17834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 9
    #A17835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454
    #A17836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/jvm/JvmMonitorService.java

    Severity Rule Message Line Col
    #A17837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A17838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A17839 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 77
    #A17840 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 77 5
    #A17841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A17842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A17843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A17844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A17845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A17846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A17847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A17848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/jvm/JvmService.java

    Severity Rule Message Line Col
    #A17849 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A17850 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/jvm/JvmStats.java

    Severity Rule Message Line Col
    #A17851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A17852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 5
    #A17853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418
    #A17854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418 5
    #A17855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438
    #A17856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438 5
    #A17857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471
    #A17858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471 9
    #A17859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479
    #A17860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479 9
    #A17861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 491
    #A17862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 491 9
    #A17863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582
    #A17864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 582 13
    #A17865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592
    #A17866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592 13
    #A17867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 617
    #A17868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 617 9
    #A17869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 627
    #A17870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 627 9
    #A17871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 703
    #A17872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 703 9
    #A17873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 709
    #A17874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 709 9
    #A17875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 783
    #A17876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 783 9
    #A17877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 792
    #A17878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 792 9
    #A17879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 821
    #A17880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 821 9
    #A17881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 826
    #A17882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 826 9
    #A17883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 839
    #A17884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 839 9
    #A17885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 965
    #A17886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 965 9
    #A17887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 973
    #A17888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 973 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/network/JmxNetworkProbe.java

    Severity Rule Message Line Col
    #A17889 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31
    #A17890 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31 5
    #A17891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A17892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A17893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A17894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A17895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A17896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/network/NetworkInfo.java

    Severity Rule Message Line Col
    #A17897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A17898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A17899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A17900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A17901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A17902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A17903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A17904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 9
    #A17905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A17906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/network/NetworkService.java

    Severity Rule Message Line Col
    #A17907 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A17908 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A17909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A17910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/network/NetworkStats.java

    Severity Rule Message Line Col
    #A17911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A17912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A17913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A17914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A17915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A17916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A17917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A17918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A17919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A17920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/network/SigarNetworkProbe.java

    Severity Rule Message Line Col
    #A17921 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A17922 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A17923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A17924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A17925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A17926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A17927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A17928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/os/JmxOsProbe.java

    Severity Rule Message Line Col
    #A17929 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31
    #A17930 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31 5
    #A17931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A17932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A17933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A17934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/os/OsInfo.java

    Severity Rule Message Line Col
    #A17935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A17936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A17937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A17938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A17939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A17940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A17941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A17942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 9
    #A17943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A17944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 9
    #A17945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A17946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 9
    #A17947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A17948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 9
    #A17949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325
    #A17950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325 9
    #A17951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A17952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 9
    #A17953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A17954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 9
    #A17955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361
    #A17956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361 9
    #A17957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A17958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/os/OsService.java

    Severity Rule Message Line Col
    #A17959 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A17960 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A17961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A17962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/os/OsStats.java

    Severity Rule Message Line Col
    #A17963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A17964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A17965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A17966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5
    #A17967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A17968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 5
    #A17969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A17970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 9
    #A17971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A17972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 9
    #A17973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A17974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 9
    #A17975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A17976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 9
    #A17977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393
    #A17978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393 9
    #A17979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A17980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/os/SigarOsProbe.java

    Severity Rule Message Line Col
    #A17981 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A17982 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A17983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A17984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A17985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A17986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/process/JmxProcessProbe.java

    Severity Rule Message Line Col
    #A17987 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 84
    #A17988 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 84 5
    #A17989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A17990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A17991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A17992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/process/ProcessInfo.java

    Severity Rule Message Line Col
    #A17993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A17994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A17995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A17996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A17997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A17998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/process/ProcessService.java

    Severity Rule Message Line Col
    #A17999 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A18000 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A18001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A18002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/process/ProcessStats.java

    Severity Rule Message Line Col
    #A18003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A18004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A18005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A18006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A18007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A18008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A18009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A18010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 9
    #A18011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A18012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A18013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A18014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 9
    #A18015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A18016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/process/SigarProcessProbe.java

    Severity Rule Message Line Col
    #A18017 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18018 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A18020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A18021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A18022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/monitor/sigar/SigarService.java

    Severity Rule Message Line Col
    #A18023 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A18024 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/node/internal/InternalNode.java

    Severity Rule Message Line Col
    #A18025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A18026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A18027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A18028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A18029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A18030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 5
    #A18031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415
    #A18032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415 5
    #A18033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 428
    #A18034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 428 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/node/internal/NodeModule.java

    Severity Rule Message Line Col
    #A18035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A18036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/node/service/NodeService.java

    Severity Rule Message Line Col
    #A18037 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 52
    #A18038 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 52 5
    #A18039 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61
    #A18040 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61 5
    #A18041 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 81
    #A18042 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 81 5
    #A18043 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 86
    #A18044 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/node/settings/NodeSettingsService.java

    Severity Rule Message Line Col
    #A18045 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A18046 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A18047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A18048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/percolator/MultiDocumentPercolatorIndex.java

    Severity Rule Message Line Col
    #A18049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A18050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A18051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A18052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/percolator/PercolateContext.java

    Severity Rule Message Line Col
    #A18053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A18054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A18055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A18056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A18057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A18058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A18059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A18060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A18061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A18062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A18063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A18064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 5
    #A18065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A18066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 5
    #A18067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A18068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 5
    #A18069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A18070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A18071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A18072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 5
    #A18073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A18074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5
    #A18075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A18076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 5
    #A18077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A18078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 5
    #A18079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A18080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5
    #A18081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A18082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A18083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A18084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 5
    #A18085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A18086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 5
    #A18087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A18088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 5
    #A18089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A18090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 5
    #A18091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A18092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 5
    #A18093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A18094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 5
    #A18095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A18096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 5
    #A18097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A18098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 5
    #A18099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322
    #A18100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 322 5
    #A18101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A18102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 5
    #A18103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A18104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 5
    #A18105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A18106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 5
    #A18107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A18108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A18109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A18110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 5
    #A18111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A18112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 5
    #A18113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A18114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 5
    #A18115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A18116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 5
    #A18117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A18118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 5
    #A18119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A18120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 5
    #A18121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377
    #A18122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 377 5
    #A18123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382
    #A18124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 382 5
    #A18125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387
    #A18126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 387 5
    #A18127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A18128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 5
    #A18129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397
    #A18130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397 5
    #A18131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A18132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 5
    #A18133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407
    #A18134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407 5
    #A18135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412
    #A18136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412 5
    #A18137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417
    #A18138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417 5
    #A18139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422
    #A18140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422 5
    #A18141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427
    #A18142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427 5
    #A18143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432
    #A18144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432 5
    #A18145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A18146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 5
    #A18147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442
    #A18148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 442 5
    #A18149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A18150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 5
    #A18151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452
    #A18152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452 5
    #A18153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457
    #A18154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 457 5
    #A18155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462
    #A18156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 462 5
    #A18157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467
    #A18158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467 5
    #A18159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472
    #A18160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472 5
    #A18161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477
    #A18162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477 5
    #A18163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482
    #A18164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482 5
    #A18165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487
    #A18166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487 5
    #A18167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A18168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 5
    #A18169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497
    #A18170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497 5
    #A18171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502
    #A18172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502 5
    #A18173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507
    #A18174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507 5
    #A18175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512
    #A18176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512 5
    #A18177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517
    #A18178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517 5
    #A18179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 523
    #A18180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 523 5
    #A18181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 528
    #A18182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 528 5
    #A18183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 534
    #A18184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 534 5
    #A18185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539
    #A18186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539 5
    #A18187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544
    #A18188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544 5
    #A18189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 549
    #A18190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 549 5
    #A18191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 554
    #A18192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 554 5
    #A18193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559
    #A18194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559 5
    #A18195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 564
    #A18196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 564 5
    #A18197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569
    #A18198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569 5
    #A18199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576
    #A18200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576 5
    #A18201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 581
    #A18202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 581 5
    #A18203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586
    #A18204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586 5
    #A18205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591
    #A18206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591 5
    #A18207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 596
    #A18208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 596 5
    #A18209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601
    #A18210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601 5
    #A18211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 606
    #A18212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 606 5
    #A18213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A18214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 5
    #A18215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 616
    #A18216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 616 5
    #A18217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 621
    #A18218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 621 5
    #A18219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 626
    #A18220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 626 5
    #A18221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631
    #A18222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631 5
    #A18223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 636
    #A18224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 636 5
    #A18225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 641
    #A18226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 641 5
    #A18227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 646
    #A18228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 646 5
    #A18229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 651
    #A18230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 651 5
    #A18231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 656
    #A18232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 656 5
    #A18233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 661
    #A18234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 661 5
    #A18235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 666
    #A18236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 666 5
    #A18237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 671
    #A18238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 671 5
    #A18239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676
    #A18240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 676 5
    #A18241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 681
    #A18242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 681 5
    #A18243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 686
    #A18244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 686 5
    #A18245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 691
    #A18246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 691 5
    #A18247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 696
    #A18248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 696 5
    #A18249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 701
    #A18250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 701 5
    #A18251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 706
    #A18252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 706 5
    #A18253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 711
    #A18254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 711 5
    #A18255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 716
    #A18256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 716 5
    #A18257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 721
    #A18258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 721 5
    #A18259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 726
    #A18260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 726 5
    #A18261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731
    #A18262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731 5
    #A18263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 736
    #A18264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 736 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/percolator/PercolatorModule.java

    Severity Rule Message Line Col
    #A18265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A18266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/percolator/PercolatorService.java

    Severity Rule Message Line Col
    #A18267 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 126
    #A18268 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 126 5
    #A18269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A18270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A18271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432
    #A18272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432 9
    #A18273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A18274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 9
    #A18275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450
    #A18276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450 9
    #A18277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477
    #A18278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477 9
    #A18279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482
    #A18280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482 9
    #A18281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487
    #A18282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487 9
    #A18283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507
    #A18284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507 9
    #A18285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512
    #A18286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512 9
    #A18287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544
    #A18288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544 9
    #A18289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586
    #A18290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586 9
    #A18291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591
    #A18292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591 9
    #A18293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 596
    #A18294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 596 9
    #A18295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 619
    #A18296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 619 9
    #A18297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 624
    #A18298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 624 9
    #A18299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 629
    #A18300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 629 9
    #A18301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 653
    #A18302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 653 9
    #A18303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 658
    #A18304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 658 9
    #A18305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 743
    #A18306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 743 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/percolator/QueryCollector.java

    Severity Rule Message Line Col
    #A18307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A18308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A18309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A18310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A18311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A18312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A18313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A18314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 9
    #A18315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A18316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 9
    #A18317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A18318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A18319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A18320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 9
    #A18321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A18322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9
    #A18323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A18324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 9
    #A18325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A18326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/percolator/SingleDocumentPercolatorIndex.java

    Severity Rule Message Line Col
    #A18327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A18328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A18329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A18330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/AbstractPlugin.java

    Severity Rule Message Line Col
    #A18331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A18332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A18333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A18334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A18335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A18336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A18337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A18338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A18339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A18340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A18341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A18342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A18343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A18344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A18345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A18346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A18347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A18348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A18349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A18350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A18351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A18352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/IndexPluginsModule.java

    Severity Rule Message Line Col
    #A18353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A18354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A18355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A18356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A18357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A18358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/PluginManager.java

    Severity Rule Message Line Col
    #A18359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A18360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/PluginsModule.java

    Severity Rule Message Line Col
    #A18361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A18362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A18363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A18364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A18365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A18366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/plugins/ShardsPluginsModule.java

    Severity Rule Message Line Col
    #A18367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A18368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A18369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A18370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A18371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A18372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoriesModule.java

    Severity Rule Message Line Col
    #A18373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A18374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoriesService.java

    Severity Rule Message Line Col
    #A18375 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 69
    #A18376 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 69 5
    #A18377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A18378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 13
    #A18379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A18380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 13
    #A18381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A18382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 13
    #A18383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A18384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 13
    #A18385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A18386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 13
    #A18387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A18388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 13
    #A18389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A18390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 13
    #A18391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A18392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 25
    #A18393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A18394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 25
    #A18395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A18396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 5
    #A18397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431
    #A18398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431 9
    #A18399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 436
    #A18400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 436 21
    #A18401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A18402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 21
    #A18403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455
    #A18404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoryMissingException.java

    Severity Rule Message Line Col
    #A18405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A18406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoryModule.java

    Severity Rule Message Line Col
    #A18407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A18408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A18409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A18410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoryName.java

    Severity Rule Message Line Col
    #A18411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A18412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A18413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A18414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoryNameModule.java

    Severity Rule Message Line Col
    #A18415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A18416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/RepositoryVerificationException.java

    Severity Rule Message Line Col
    #A18417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A18418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/VerificationFailure.java

    Severity Rule Message Line Col
    #A18419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A18420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A18421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A18422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A18423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A18424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/VerifyNodeRepositoryAction.java

    Severity Rule Message Line Col
    #A18425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A18426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 21
    #A18427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A18428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 21
    #A18429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A18430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A18431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A18432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A18433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A18434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9
    #A18435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A18436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A18437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A18438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/blobstore/BlobStoreRepository.java

    Severity Rule Message Line Col
    #A18439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A18440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A18441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A18442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A18443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A18444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A18445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A18446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5
    #A18447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A18448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A18449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A18450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A18451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A18452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 5
    #A18453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397
    #A18454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397 5
    #A18455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405
    #A18456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405 5
    #A18457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664
    #A18458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 664 5
    #A18459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 669
    #A18460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 669 5
    #A18461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 674
    #A18462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 674 5
    #A18463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 679
    #A18464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 679 5
    #A18465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 684
    #A18466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 684 5
    #A18467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 698
    #A18468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 698 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/blobstore/BlobStoreSnapshot.java

    Severity Rule Message Line Col
    #A18469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A18470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A18471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A18472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A18473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A18474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A18475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A18476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A18477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A18478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A18479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A18480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A18481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A18482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A18483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A18484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A18485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A18486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A18487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A18488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A18489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A18490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/fs/FsRepository.java

    Severity Rule Message Line Col
    #A18491 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68
    #A18492 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68 5
    #A18493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A18494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A18495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A18496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A18497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A18498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A18499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A18500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/fs/FsRepositoryModule.java

    Severity Rule Message Line Col
    #A18501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A18502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/uri/URLIndexShardRepository.java

    Severity Rule Message Line Col
    #A18503 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A18504 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5
    #A18505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A18506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/uri/URLRepository.java

    Severity Rule Message Line Col
    #A18507 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65
    #A18508 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 65 5
    #A18509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A18510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A18511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A18512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A18513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A18514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A18515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A18516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A18517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A18518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/repositories/uri/URLRepositoryModule.java

    Severity Rule Message Line Col
    #A18519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A18520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/BaseRestHandler.java

    Severity Rule Message Line Col
    #A18521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A18522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A18523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A18524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A18525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A18526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A18527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A18528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A18529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A18530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A18531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A18532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 13
    #A18533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A18534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 13
    #A18535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A18536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 13
    #A18537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A18538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/BytesRestResponse.java

    Severity Rule Message Line Col
    #A18539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A18540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A18541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A18542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A18543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A18544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A18545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A18546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/RestController.java

    Severity Rule Message Line Col
    #A18547 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61
    #A18548 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 61 5
    #A18549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A18550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A18551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A18552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A18553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A18554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A18555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A18556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 13
    #A18557 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 148
    #A18558 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 148 5
    #A18559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A18560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 9
    #A18561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A18562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/RestFilter.java

    Severity Rule Message Line Col
    #A18563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A18564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/RestModule.java

    Severity Rule Message Line Col
    #A18565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A18566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/RestRequest.java

    Severity Rule Message Line Col
    #A18567 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 80
    #A18568 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 80 5
    #A18569 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 85
    #A18570 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 85 5
    #A18571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A18572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A18573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A18574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A18575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A18576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A18577 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 143
    #A18578 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 143 15

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/RestResponse.java

    Severity Rule Message Line Col
    #A18579 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 93
    #A18580 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/RestActionModule.java

    Severity Rule Message Line Col
    #A18581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A18582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/health/RestClusterHealthAction.java

    Severity Rule Message Line Col
    #A18583 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A18584 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A18585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A18586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/node/hotthreads/RestNodesHotThreadsAction.java

    Severity Rule Message Line Col
    #A18587 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18588 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A18590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A18591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A18592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/node/info/RestNodesInfoAction.java

    Severity Rule Message Line Col
    #A18593 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A18594 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A18595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A18596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A18597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A18598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/node/restart/RestNodesRestartAction.java

    Severity Rule Message Line Col
    #A18599 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A18600 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A18601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A18602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A18603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A18604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/node/shutdown/RestNodesShutdownAction.java

    Severity Rule Message Line Col
    #A18605 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18606 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A18608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A18609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A18610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/node/stats/RestNodesStatsAction.java

    Severity Rule Message Line Col
    #A18611 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18612 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A18614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/repositories/delete/RestDeleteRepositoryAction.java

    Severity Rule Message Line Col
    #A18615 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18616 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A18618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/repositories/get/RestGetRepositoriesAction.java

    Severity Rule Message Line Col
    #A18619 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18620 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A18622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A18623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A18624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/repositories/put/RestPutRepositoryAction.java

    Severity Rule Message Line Col
    #A18625 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A18626 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A18627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A18628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/repositories/verify/RestVerifyRepositoryAction.java

    Severity Rule Message Line Col
    #A18629 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18630 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A18632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/reroute/RestClusterRerouteAction.java

    Severity Rule Message Line Col
    #A18633 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A18634 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A18635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A18636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A18637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A18638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/settings/RestClusterGetSettingsAction.java

    Severity Rule Message Line Col
    #A18639 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A18640 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A18641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A18642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A18643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A18644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/settings/RestClusterUpdateSettingsAction.java

    Severity Rule Message Line Col
    #A18645 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A18646 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A18647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A18648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A18649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A18650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/shards/RestClusterSearchShardsAction.java

    Severity Rule Message Line Col
    #A18651 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A18652 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A18653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A18654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/create/RestCreateSnapshotAction.java

    Severity Rule Message Line Col
    #A18655 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A18656 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A18657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A18658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/delete/RestDeleteSnapshotAction.java

    Severity Rule Message Line Col
    #A18659 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18660 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A18662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/get/RestGetSnapshotsAction.java

    Severity Rule Message Line Col
    #A18663 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A18664 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A18665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A18666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/restore/RestRestoreSnapshotAction.java

    Severity Rule Message Line Col
    #A18667 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18668 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A18670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/snapshots/status/RestSnapshotsStatusAction.java

    Severity Rule Message Line Col
    #A18671 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A18672 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A18673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A18674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/state/RestClusterStateAction.java

    Severity Rule Message Line Col
    #A18675 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A18676 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A18677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A18678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A18679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A18680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/stats/RestClusterStatsAction.java

    Severity Rule Message Line Col
    #A18681 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A18682 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A18683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A18684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/cluster/tasks/RestPendingClusterTasksAction.java

    Severity Rule Message Line Col
    #A18685 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A18686 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A18687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A18688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/RestIndicesAliasesAction.java

    Severity Rule Message Line Col
    #A18689 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A18690 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A18691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A18692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/delete/AliasesMissingException.java

    Severity Rule Message Line Col
    #A18693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A18694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/delete/RestIndexDeleteAliasesAction.java

    Severity Rule Message Line Col
    #A18695 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A18696 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A18697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A18698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/get/RestGetAliasesAction.java

    Severity Rule Message Line Col
    #A18699 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A18700 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A18701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A18702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A18703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A18704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/get/RestGetIndicesAliasesAction.java

    Severity Rule Message Line Col
    #A18705 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44
    #A18706 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 44 1
    #A18707 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A18708 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A18709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A18710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A18711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A18712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/head/RestAliasesExistAction.java

    Severity Rule Message Line Col
    #A18713 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A18714 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A18715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A18716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A18717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A18718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13
    #A18719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A18720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/alias/put/RestIndexPutAliasAction.java

    Severity Rule Message Line Col
    #A18721 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A18722 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A18723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A18724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/analyze/RestAnalyzeAction.java

    Severity Rule Message Line Col
    #A18725 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18726 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A18728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/cache/clear/RestClearIndicesCacheAction.java

    Severity Rule Message Line Col
    #A18729 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A18730 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A18731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A18732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A18733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A18734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/close/RestCloseIndexAction.java

    Severity Rule Message Line Col
    #A18735 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A18736 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A18737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A18738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/create/RestCreateIndexAction.java

    Severity Rule Message Line Col
    #A18739 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35
    #A18740 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 35 5
    #A18741 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A18742 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 5
    #A18743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A18744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/delete/RestDeleteIndexAction.java

    Severity Rule Message Line Col
    #A18745 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A18746 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A18747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A18748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/exists/indices/RestIndicesExistsAction.java

    Severity Rule Message Line Col
    #A18749 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A18750 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A18751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A18752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A18753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A18754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/exists/types/RestTypesExistsAction.java

    Severity Rule Message Line Col
    #A18755 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A18756 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A18757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A18758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A18759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A18760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/flush/RestFlushAction.java

    Severity Rule Message Line Col
    #A18761 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18762 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A18764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A18765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A18766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/get/RestGetIndicesAction.java

    Severity Rule Message Line Col
    #A18767 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A18768 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A18769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A18770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A18771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A18772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/mapping/delete/RestDeleteMappingAction.java

    Severity Rule Message Line Col
    #A18773 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A18774 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A18775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A18776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/mapping/get/RestGetFieldMappingAction.java

    Severity Rule Message Line Col
    #A18777 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A18778 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A18779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A18780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A18781 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68
    #A18782 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68 13
    #A18783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A18784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/mapping/get/RestGetMappingAction.java

    Severity Rule Message Line Col
    #A18785 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A18786 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A18787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A18788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A18789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A18790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/mapping/put/RestPutMappingAction.java

    Severity Rule Message Line Col
    #A18791 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A18792 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A18793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A18794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/open/RestOpenIndexAction.java

    Severity Rule Message Line Col
    #A18795 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A18796 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A18797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A18798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/optimize/RestOptimizeAction.java

    Severity Rule Message Line Col
    #A18799 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18800 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A18802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A18803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A18804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/recovery/RestRecoveryAction.java

    Severity Rule Message Line Col
    #A18805 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A18806 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A18807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A18808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A18809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A18810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/refresh/RestRefreshAction.java

    Severity Rule Message Line Col
    #A18811 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18812 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A18814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A18815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A18816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/segments/RestIndicesSegmentsAction.java

    Severity Rule Message Line Col
    #A18817 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A18818 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A18819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A18820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A18821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A18822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/settings/RestGetSettingsAction.java

    Severity Rule Message Line Col
    #A18823 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A18824 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A18825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A18826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A18827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A18828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/settings/RestUpdateSettingsAction.java

    Severity Rule Message Line Col
    #A18829 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A18830 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A18831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A18832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/stats/RestIndicesStatsAction.java

    Severity Rule Message Line Col
    #A18833 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18834 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A18836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A18837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A18838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/status/RestIndicesStatusAction.java

    Severity Rule Message Line Col
    #A18839 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A18840 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A18841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A18842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A18843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A18844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/template/delete/RestDeleteIndexTemplateAction.java

    Severity Rule Message Line Col
    #A18845 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A18846 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A18847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A18848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/template/get/RestGetIndexTemplateAction.java

    Severity Rule Message Line Col
    #A18849 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A18850 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A18851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A18852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A18853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A18854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/template/head/RestHeadIndexTemplateAction.java

    Severity Rule Message Line Col
    #A18855 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18856 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A18858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A18859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A18860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/template/put/RestPutIndexTemplateAction.java

    Severity Rule Message Line Col
    #A18861 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A18862 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A18863 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41
    #A18864 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 41 5
    #A18865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A18866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/upgrade/RestUpgradeAction.java

    Severity Rule Message Line Col
    #A18867 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A18868 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A18869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A18870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A18871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A18872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A18873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A18874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/validate/query/RestValidateQueryAction.java

    Severity Rule Message Line Col
    #A18875 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A18876 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A18877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A18878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A18879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A18880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/warmer/delete/RestDeleteWarmerAction.java

    Severity Rule Message Line Col
    #A18881 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A18882 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A18883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A18884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/warmer/get/RestGetWarmerAction.java

    Severity Rule Message Line Col
    #A18885 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18886 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A18888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A18889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A18890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/admin/indices/warmer/put/RestPutWarmerAction.java

    Severity Rule Message Line Col
    #A18891 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39
    #A18892 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 39 5
    #A18893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A18894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/bulk/RestBulkAction.java

    Severity Rule Message Line Col
    #A18895 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57
    #A18896 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 57 5
    #A18897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A18898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A18899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A18900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/AbstractCatAction.java

    Severity Rule Message Line Col
    #A18901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A18902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestAliasAction.java

    Severity Rule Message Line Col
    #A18903 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18904 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A18906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A18907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A18908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 13
    #A18909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A18910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A18911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A18912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestAllocationAction.java

    Severity Rule Message Line Col
    #A18913 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A18914 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A18915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A18916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A18917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A18918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A18919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A18920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13
    #A18921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A18922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 21
    #A18923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A18924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestCatAction.java

    Severity Rule Message Line Col
    #A18925 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A18926 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A18927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A18928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestCountAction.java

    Severity Rule Message Line Col
    #A18929 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A18930 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A18931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A18932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A18933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A18934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A18935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A18936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13
    #A18937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A18938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestFielddataAction.java

    Severity Rule Message Line Col
    #A18939 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A18940 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A18941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A18942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A18943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A18944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 13
    #A18945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A18946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A18947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A18948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestHealthAction.java

    Severity Rule Message Line Col
    #A18949 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A18950 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A18951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A18952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A18953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A18954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A18955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A18956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13
    #A18957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A18958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestIndicesAction.java

    Severity Rule Message Line Col
    #A18959 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A18960 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A18961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A18962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A18963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A18964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A18965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A18966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A18967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A18968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 21
    #A18969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A18970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 29
    #A18971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A18972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestMasterAction.java

    Severity Rule Message Line Col
    #A18973 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A18974 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A18975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A18976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A18977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A18978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A18979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A18980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 13
    #A18981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A18982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestNodesAction.java

    Severity Rule Message Line Col
    #A18983 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 71
    #A18984 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 71 5
    #A18985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A18986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A18987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A18988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A18989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A18990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 13
    #A18991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A18992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 21
    #A18993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A18994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 29
    #A18995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A18996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestPendingClusterTasksAction.java

    Severity Rule Message Line Col
    #A18997 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A18998 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A18999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A19000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A19001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A19002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A19003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A19004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 13
    #A19005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A19006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestPluginsAction.java

    Severity Rule Message Line Col
    #A19007 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A19008 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A19009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A19010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A19011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A19012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A19013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A19014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 13
    #A19015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A19016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 21
    #A19017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A19018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestRecoveryAction.java

    Severity Rule Message Line Col
    #A19019 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A19020 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A19021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A19022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A19023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A19024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A19025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A19026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 13
    #A19027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A19028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A19029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A19030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestSegmentsAction.java

    Severity Rule Message Line Col
    #A19031 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A19032 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A19033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A19034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A19035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A19036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13
    #A19037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A19038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 21
    #A19039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A19040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A19041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A19042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestShardsAction.java

    Severity Rule Message Line Col
    #A19043 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A19044 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A19045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A19046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A19047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A19048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A19049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A19050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 13
    #A19051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A19052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 21
    #A19053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A19054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/cat/RestThreadPoolAction.java

    Severity Rule Message Line Col
    #A19055 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 110
    #A19056 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 110 5
    #A19057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A19058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A19059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A19060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A19061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A19062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 13
    #A19063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A19064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 21
    #A19065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A19066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 29
    #A19067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A19068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/count/RestCountAction.java

    Severity Rule Message Line Col
    #A19069 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A19070 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A19071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A19072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A19073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A19074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/delete/RestDeleteAction.java

    Severity Rule Message Line Col
    #A19075 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A19076 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A19077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A19078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A19079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A19080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/deletebyquery/RestDeleteByQueryAction.java

    Severity Rule Message Line Col
    #A19081 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A19082 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A19083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A19084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A19085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A19086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/exists/RestExistsAction.java

    Severity Rule Message Line Col
    #A19087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A19088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A19089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A19090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/explain/RestExplainAction.java

    Severity Rule Message Line Col
    #A19091 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A19092 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A19093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A19094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A19095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A19096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/get/RestGetAction.java

    Severity Rule Message Line Col
    #A19097 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A19098 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A19099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A19100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A19101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A19102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/get/RestGetSourceAction.java

    Severity Rule Message Line Col
    #A19103 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A19104 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A19105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A19106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A19107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A19108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/get/RestHeadAction.java

    Severity Rule Message Line Col
    #A19109 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A19110 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A19111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A19112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A19113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A19114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/get/RestMultiGetAction.java

    Severity Rule Message Line Col
    #A19115 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A19116 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A19117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A19118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/index/RestIndexAction.java

    Severity Rule Message Line Col
    #A19119 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A19120 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A19121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A19122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A19123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A19124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A19125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A19126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/main/RestMainAction.java

    Severity Rule Message Line Col
    #A19127 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A19128 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A19129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A19130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/mlt/RestMoreLikeThisAction.java

    Severity Rule Message Line Col
    #A19131 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A19132 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A19133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A19134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/percolate/RestMultiPercolateAction.java

    Severity Rule Message Line Col
    #A19135 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A19136 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A19137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A19138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/percolate/RestPercolateAction.java

    Severity Rule Message Line Col
    #A19139 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A19140 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A19141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A19142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A19143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A19144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 9
    #A19145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A19146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A19147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A19148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/script/RestDeleteIndexedScriptAction.java

    Severity Rule Message Line Col
    #A19149 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A19150 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A19151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A19152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A19153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A19154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/script/RestGetIndexedScriptAction.java

    Severity Rule Message Line Col
    #A19155 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A19156 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A19157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A19158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A19159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A19160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/script/RestPutIndexedScriptAction.java

    Severity Rule Message Line Col
    #A19161 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A19162 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A19163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A19164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A19165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A19166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A19167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A19168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/search/RestClearScrollAction.java

    Severity Rule Message Line Col
    #A19169 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A19170 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A19171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A19172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/search/RestMultiSearchAction.java

    Severity Rule Message Line Col
    #A19173 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A19174 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A19175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A19176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/search/RestSearchAction.java

    Severity Rule Message Line Col
    #A19177 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51
    #A19178 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51 5
    #A19179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A19180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/search/RestSearchScrollAction.java

    Severity Rule Message Line Col
    #A19181 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A19182 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A19183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A19184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/suggest/RestSuggestAction.java

    Severity Rule Message Line Col
    #A19185 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49
    #A19186 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 49 5
    #A19187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A19188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A19189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A19190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/support/AcknowledgedRestListener.java

    Severity Rule Message Line Col
    #A19191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A19192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/support/RestActionListener.java

    Severity Rule Message Line Col
    #A19193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A19194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A19195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A19196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/support/RestBuilderListener.java

    Severity Rule Message Line Col
    #A19197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A19198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/support/RestResponseListener.java

    Severity Rule Message Line Col
    #A19199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A19200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/support/RestStatusToXContentListener.java

    Severity Rule Message Line Col
    #A19201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A19202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/support/RestToXContentListener.java

    Severity Rule Message Line Col
    #A19203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A19204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/template/RestDeleteSearchTemplateAction.java

    Severity Rule Message Line Col
    #A19205 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A19206 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5
    #A19207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A19208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/template/RestGetSearchTemplateAction.java

    Severity Rule Message Line Col
    #A19209 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A19210 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A19211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A19212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A19213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A19214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/template/RestPutSearchTemplateAction.java

    Severity Rule Message Line Col
    #A19215 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36
    #A19216 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 36 5
    #A19217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A19218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 9
    #A19219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A19220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/termvector/RestMultiTermVectorsAction.java

    Severity Rule Message Line Col
    #A19221 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A19222 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A19223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A19224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/termvector/RestTermVectorAction.java

    Severity Rule Message Line Col
    #A19225 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A19226 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A19227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A19228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/action/update/RestUpdateAction.java

    Severity Rule Message Line Col
    #A19229 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A19230 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A19231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A19232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A19233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A19234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/rest/support/RestUtils.java

    Severity Rule Message Line Col
    #A19235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A19236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 9
    #A19237 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 143
    #A19238 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/AbstractRiverComponent.java

    Severity Rule Message Line Col
    #A19239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A19240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiverModule.java

    Severity Rule Message Line Col
    #A19241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A19242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A19243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A19244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiverName.java

    Severity Rule Message Line Col
    #A19245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A19246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A19247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A19248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiverNameModule.java

    Severity Rule Message Line Col
    #A19249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A19250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiversManager.java

    Severity Rule Message Line Col
    #A19251 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A19252 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A19253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A19254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A19255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A19256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A19257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A19258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiversModule.java

    Severity Rule Message Line Col
    #A19259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A19260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiversPluginsModule.java

    Severity Rule Message Line Col
    #A19261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A19262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A19263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A19264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/RiversService.java

    Severity Rule Message Line Col
    #A19265 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 81
    #A19266 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 81 5
    #A19267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A19268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A19269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A19270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A19271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A19272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 17
    #A19273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A19274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A19275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A19276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A19277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A19278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 29
    #A19279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A19280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 41
    #A19281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A19282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 41
    #A19283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A19284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 29
    #A19285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A19286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 21
    #A19287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A19288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 21
    #A19289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A19290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 37

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/cluster/PublishRiverClusterStateAction.java

    Severity Rule Message Line Col
    #A19291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A19292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 17
    #A19293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A19294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A19295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A19296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A19297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A19298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A19299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A19300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A19301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A19302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/cluster/RiverClusterService.java

    Severity Rule Message Line Col
    #A19303 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A19304 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A19305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A19306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A19307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A19308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A19309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A19310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A19311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A19312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 13
    #A19313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A19314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 9
    #A19315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A19316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/dummy/DummyRiver.java

    Severity Rule Message Line Col
    #A19317 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A19318 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5
    #A19319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A19320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A19321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A19322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/dummy/DummyRiverModule.java

    Severity Rule Message Line Col
    #A19323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A19324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/routing/RiverRouting.java

    Severity Rule Message Line Col
    #A19325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A19326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A19327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A19328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/routing/RiversRouter.java

    Severity Rule Message Line Col
    #A19329 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75
    #A19330 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 75 5
    #A19331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A19332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A19333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A19334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A19335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A19336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A19337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A19338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A19339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A19340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13
    #A19341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A19342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 25
    #A19343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A19344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 33

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/river/routing/RiversRouting.java

    Severity Rule Message Line Col
    #A19345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A19346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/AbstractDoubleSearchScript.java

    Severity Rule Message Line Col
    #A19347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A19348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A19349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A19350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A19351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A19352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A19353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A19354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/AbstractExecutableScript.java

    Severity Rule Message Line Col
    #A19355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24
    #A19356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24 5
    #A19357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A19358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/AbstractFloatSearchScript.java

    Severity Rule Message Line Col
    #A19359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A19360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A19361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A19362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A19363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A19364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A19365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A19366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/AbstractLongSearchScript.java

    Severity Rule Message Line Col
    #A19367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A19368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A19369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A19370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A19371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A19372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A19373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A19374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/AbstractSearchScript.java

    Severity Rule Message Line Col
    #A19375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A19376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A19377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A19378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A19379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A19380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A19381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A19382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A19383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A19384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A19385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A19386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A19387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A19388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/NativeScriptEngineService.java

    Severity Rule Message Line Col
    #A19389 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A19390 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A19391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A19392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A19393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A19394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A19395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A19396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A19397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A19398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A19399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A19400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A19401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A19402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A19403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A19404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A19405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A19406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A19407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A19408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A19409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A19410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/ScoreAccessor.java

    Severity Rule Message Line Col
    #A19411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A19412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A19413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A19414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A19415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A19416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A19417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A19418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A19419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A19420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/ScriptModule.java

    Severity Rule Message Line Col
    #A19421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A19422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/ScriptService.java

    Severity Rule Message Line Col
    #A19423 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 151
    #A19424 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 151 5
    #A19425 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 206
    #A19426 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 206 5
    #A19427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A19428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A19429 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 384
    #A19430 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 384 5
    #A19431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455
    #A19432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455 9
    #A19433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 486
    #A19434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 486 9
    #A19435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511
    #A19436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511 9
    #A19437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 516
    #A19438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 516 9
    #A19439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527
    #A19440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 527 9
    #A19441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 599
    #A19442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 599 9
    #A19443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608
    #A19444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608 9
    #A19445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 638
    #A19446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 638 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/expression/ExpressionScript.java

    Severity Rule Message Line Col
    #A19447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A19448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A19449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A19450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A19451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A19452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A19453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A19454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A19455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A19456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A19457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A19458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A19459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A19460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A19461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A19462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A19463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A19464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A19465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A19466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/expression/ExpressionScriptEngineService.java

    Severity Rule Message Line Col
    #A19467 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A19468 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A19469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A19470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A19471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A19472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A19473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A19474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A19475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A19476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A19477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A19478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A19479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A19480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A19481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A19482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A19483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A19484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A19485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A19486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A19487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A19488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/expression/FieldDataFunctionValues.java

    Severity Rule Message Line Col
    #A19489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A19490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/expression/FieldDataValueSource.java

    Severity Rule Message Line Col
    #A19491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A19492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A19493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A19494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A19495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A19496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A19497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A19498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/expression/ReplaceableConstValueSource.java

    Severity Rule Message Line Col
    #A19499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A19500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 13
    #A19501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A19502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A19503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A19504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A19505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A19506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A19507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A19508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/groovy/GroovySandboxExpressionChecker.java

    Severity Rule Message Line Col
    #A19509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A19510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/groovy/GroovyScriptCompilationException.java

    Severity Rule Message Line Col
    #A19511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A19512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/groovy/GroovyScriptEngineService.java

    Severity Rule Message Line Col
    #A19513 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68
    #A19514 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 68 5
    #A19515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A19516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A19517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A19518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A19519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A19520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A19521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A19522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A19523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A19524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A19525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A19526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A19527 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 156
    #A19528 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 156 5
    #A19529 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 166
    #A19530 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 166 5
    #A19531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A19532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A19533 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 180
    #A19534 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 180 5
    #A19535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A19536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A19537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A19538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A19539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A19540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5
    #A19541 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 230
    #A19542 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 230 9
    #A19543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A19544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 9
    #A19545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A19546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A19547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A19548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A19549 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 257
    #A19550 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 257 9
    #A19551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A19552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9
    #A19553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A19554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9
    #A19555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A19556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 9
    #A19557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A19558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 9
    #A19559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A19560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 9
    #A19561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A19562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 9
    #A19563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A19564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 9
    #A19565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A19566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9
    #A19567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A19568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 9
    #A19569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A19570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/groovy/GroovyScriptExecutionException.java

    Severity Rule Message Line Col
    #A19571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A19572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/mustache/JsonEscapingMustacheFactory.java

    Severity Rule Message Line Col
    #A19573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A19574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/script/mustache/MustacheScriptEngineService.java

    Severity Rule Message Line Col
    #A19575 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 70
    #A19576 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 70 5
    #A19577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A19578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A19579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A19580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A19581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A19582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A19583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A19584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A19585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A19586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A19587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A19588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A19589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A19590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A19591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A19592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A19593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A19594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9
    #A19595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A19596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 9
    #A19597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A19598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/MultiValueMode.java

    Severity Rule Message Line Col
    #A19599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A19600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A19601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A19602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A19603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A19604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A19605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A19606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A19607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A19608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A19609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A19610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A19611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A19612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A19613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A19614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A19615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A19616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A19617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A19618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A19619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A19620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A19621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A19622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 9
    #A19623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A19624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 9
    #A19625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A19626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9
    #A19627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A19628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A19629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A19630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 9
    #A19631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A19632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 9
    #A19633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A19634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 9
    #A19635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A19636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 9
    #A19637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A19638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 9
    #A19639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A19640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 9
    #A19641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A19642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9
    #A19643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A19644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 9
    #A19645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A19646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 9
    #A19647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A19648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 9
    #A19649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A19650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 9
    #A19651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411
    #A19652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 411 21
    #A19653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 423
    #A19654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 423 17
    #A19655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A19656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 13
    #A19657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 503
    #A19658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 503 21
    #A19659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 515
    #A19660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 515 17
    #A19661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539
    #A19662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539 13
    #A19663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586
    #A19664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586 21
    #A19665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 598
    #A19666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 598 17
    #A19667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631
    #A19668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631 13
    #A19669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 682
    #A19670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 682 17
    #A19671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 688
    #A19672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 688 17
    #A19673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 693
    #A19674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 693 17
    #A19675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 716
    #A19676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 716 13
    #A19677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 721
    #A19678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 721 13
    #A19679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 726
    #A19680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 726 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/Scroll.java

    Severity Rule Message Line Col
    #A19681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A19682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A19683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A19684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/SearchContextMissingException.java

    Severity Rule Message Line Col
    #A19685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A19686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/SearchModule.java

    Severity Rule Message Line Col
    #A19687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A19688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A19689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A19690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/SearchParseException.java

    Severity Rule Message Line Col
    #A19691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A19692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/SearchService.java

    Severity Rule Message Line Col
    #A19693 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 144
    #A19694 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 144 5
    #A19695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A19696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 13
    #A19697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A19698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A19699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A19700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A19701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A19702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A19703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 799
    #A19704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 799 9
    #A19705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 816
    #A19706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 816 17
    #A19707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 841
    #A19708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 841 17
    #A19709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 848
    #A19710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 848 9
    #A19711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 856
    #A19712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 856 9
    #A19713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 884
    #A19714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 884 25
    #A19715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 903
    #A19716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 903 17
    #A19717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 910
    #A19718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 910 9
    #A19719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 935
    #A19720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 935 21
    #A19721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 953
    #A19722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 953 17
    #A19723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 963
    #A19724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 963 9
    #A19725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 968
    #A19726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 968 9
    #A19727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 983
    #A19728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 983 21
    #A19729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1024
    #A19730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1024 17
    #A19731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1033
    #A19732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1033 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/SearchShardTarget.java

    Severity Rule Message Line Col
    #A19733 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 51
    #A19734 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 51 5
    #A19735 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 56
    #A19736 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 56 5
    #A19737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A19738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A19739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A19740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A19741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A19742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A19743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A19744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A19745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A19746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A19747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A19748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/TransportSearchModule.java

    Severity Rule Message Line Col
    #A19749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A19750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A19751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A19752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/action/SearchServiceTransportAction.java

    Severity Rule Message Line Col
    #A19753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A19754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A19755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A19756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A19757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A19758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A19759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A19760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A19761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A19762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A19763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A19764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9
    #A19765 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 115
    #A19766 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 115 5
    #A19767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A19768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 17
    #A19769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A19770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 17
    #A19771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A19772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 17
    #A19773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A19774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 17
    #A19775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A19776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 17
    #A19777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A19778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 17
    #A19779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A19780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 17
    #A19781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A19782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 17
    #A19783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A19784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 17
    #A19785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A19786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 17
    #A19787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A19788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 17
    #A19789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A19790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 17
    #A19791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A19792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 17
    #A19793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A19794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 17
    #A19795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A19796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 17
    #A19797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A19798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 17
    #A19799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A19800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 17
    #A19801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A19802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 17
    #A19803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286
    #A19804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 286 17
    #A19805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A19806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 17
    #A19807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A19808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 17
    #A19809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A19810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 17
    #A19811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315
    #A19812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315 17
    #A19813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A19814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 17
    #A19815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A19816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 17
    #A19817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A19818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 17
    #A19819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A19820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 17
    #A19821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A19822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 17
    #A19823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A19824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 17
    #A19825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365
    #A19826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365 17
    #A19827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A19828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 17
    #A19829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378
    #A19830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378 17
    #A19831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A19832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 17
    #A19833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388
    #A19834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388 17
    #A19835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399
    #A19836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399 17
    #A19837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407
    #A19838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407 17
    #A19839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412
    #A19840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412 17
    #A19841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417
    #A19842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 417 17
    #A19843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422
    #A19844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422 17
    #A19845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450
    #A19846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450 17
    #A19847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 458
    #A19848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 458 17
    #A19849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 463
    #A19850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 463 17
    #A19851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A19852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 17
    #A19853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 473
    #A19854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 473 17
    #A19855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484
    #A19856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484 17
    #A19857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A19858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 17
    #A19859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497
    #A19860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497 17
    #A19861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502
    #A19862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502 17
    #A19863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507
    #A19864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507 17
    #A19865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 518
    #A19866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 518 17
    #A19867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 526
    #A19868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 526 17
    #A19869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 531
    #A19870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 531 17
    #A19871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536
    #A19872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536 17
    #A19873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541
    #A19874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541 17
    #A19875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552
    #A19876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552 17
    #A19877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597
    #A19878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597 9
    #A19879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603
    #A19880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603 9
    #A19881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 621
    #A19882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 621 9
    #A19883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 629
    #A19884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 629 9
    #A19885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 637
    #A19886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 637 9
    #A19887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 643
    #A19888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 643 9
    #A19889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 665
    #A19890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 665 9
    #A19891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 675
    #A19892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 675 9
    #A19893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 685
    #A19894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 685 9
    #A19895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 688
    #A19896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 688 9
    #A19897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 694
    #A19898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 694 9
    #A19899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 703
    #A19900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 703 9
    #A19901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 710
    #A19902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 710 9
    #A19903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 729
    #A19904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 729 9
    #A19905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 734
    #A19906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 734 9
    #A19907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 740
    #A19908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 740 9
    #A19909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 750
    #A19910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 750 9
    #A19911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 755
    #A19912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 755 9
    #A19913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 761
    #A19914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 761 9
    #A19915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 769
    #A19916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 769 9
    #A19917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 774
    #A19918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 774 9
    #A19919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 780
    #A19920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 780 9
    #A19921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 788
    #A19922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 788 9
    #A19923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 793
    #A19924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 793 9
    #A19925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 799
    #A19926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 799 9
    #A19927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 807
    #A19928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 807 9
    #A19929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 812
    #A19930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 812 9
    #A19931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 818
    #A19932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 818 9
    #A19933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 826
    #A19934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 826 9
    #A19935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 831
    #A19936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 831 9
    #A19937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 837
    #A19938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 837 9
    #A19939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 845
    #A19940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 845 9
    #A19941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 850
    #A19942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 850 9
    #A19943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 856
    #A19944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 856 9
    #A19945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 866
    #A19946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 866 9
    #A19947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 872
    #A19948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 872 9
    #A19949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 879
    #A19950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 879 9
    #A19951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 886
    #A19952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 886 9
    #A19953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 894
    #A19954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 894 9
    #A19955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 899
    #A19956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 899 9
    #A19957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 905
    #A19958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 905 9
    #A19959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 913
    #A19960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 913 9
    #A19961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 918
    #A19962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 918 9
    #A19963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 924
    #A19964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 924 9
    #A19965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 932
    #A19966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 932 9
    #A19967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 937
    #A19968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 937 9
    #A19969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 943
    #A19970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 943 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/AggregationBinaryParseElement.java

    Severity Rule Message Line Col
    #A19971 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31
    #A19972 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31 5
    #A19973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A19974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/AggregationBuilder.java

    Severity Rule Message Line Col
    #A19975 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52
    #A19976 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 52 5
    #A19977 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78
    #A19978 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78 5
    #A19979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A19980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/AggregationModule.java

    Severity Rule Message Line Col
    #A19981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A19982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A19983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A19984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/AggregationParseElement.java

    Severity Rule Message Line Col
    #A19985 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53
    #A19986 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 53 5
    #A19987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A19988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/AggregationPhase.java

    Severity Rule Message Line Col
    #A19989 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A19990 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A19991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A19992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A19993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A19994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A19995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A19996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A19997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A19998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A19999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A20000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 9
    #A20001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A20002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9
    #A20003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A20004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A20005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A20006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/Aggregator.java

    Severity Rule Message Line Col
    #A20007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A20008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A20009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A20010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A20011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A20012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A20013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A20014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A20015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A20016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A20017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A20018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A20019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A20020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 9
    #A20021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A20022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 13
    #A20023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A20024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 13
    #A20025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A20026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 13
    #A20027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A20028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 13
    #A20029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A20030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5
    #A20031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A20032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/AggregatorFactories.java

    Severity Rule Message Line Col
    #A20033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A20034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 17
    #A20035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A20036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 17
    #A20037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A20038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 17
    #A20039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A20040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 17
    #A20041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A20042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 17
    #A20043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A20044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 17
    #A20045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A20046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 17
    #A20047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A20048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 17
    #A20049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A20050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A20051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A20052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/AggregatorParsers.java

    Severity Rule Message Line Col
    #A20053 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A20054 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/BucketCollector.java

    Severity Rule Message Line Col
    #A20055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A20056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A20057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A20058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 9
    #A20059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A20060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A20061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A20062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A20063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A20064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 21
    #A20065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A20066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 21
    #A20067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A20068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 21
    #A20069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A20070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/FilteringBucketCollector.java

    Severity Rule Message Line Col
    #A20071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A20072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A20073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A20074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A20075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A20076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A20077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A20078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A20079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A20080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/InternalAggregation.java

    Severity Rule Message Line Col
    #A20081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A20082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A20083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A20084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A20085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A20086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/InternalAggregations.java

    Severity Rule Message Line Col
    #A20087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A20088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 9
    #A20089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A20090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A20091 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 103
    #A20092 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 103 5
    #A20093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A20094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A20095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A20096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A20097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A20098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A20099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A20100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/NonCollectingAggregator.java

    Severity Rule Message Line Col
    #A20101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A20102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A20103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A20104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A20105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A20106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A20107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/RecordingBucketCollector.java

    Severity Rule Message Line Col
    #A20109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A20110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/RecordingPerReaderBucketCollector.java

    Severity Rule Message Line Col
    #A20111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A20112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A20113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A20114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A20115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A20116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A20117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A20118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A20119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A20120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/TransportAggregationModule.java

    Severity Rule Message Line Col
    #A20121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A20122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A20123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A20124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/ValuesSourceAggregationBuilder.java

    Severity Rule Message Line Col
    #A20125 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54
    #A20126 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 54 5
    #A20127 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 69
    #A20128 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 69 5
    #A20129 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83
    #A20130 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 83 5
    #A20131 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 96
    #A20132 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 96 5
    #A20133 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 111
    #A20134 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 111 5
    #A20135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A20136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/BucketsAggregator.java

    Severity Rule Message Line Col
    #A20137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A20138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 17
    #A20139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A20140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/DeferringBucketCollector.java

    Severity Rule Message Line Col
    #A20141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A20142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A20143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A20144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A20145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A20146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A20147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A20148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A20149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A20150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A20151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A20152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 13
    #A20153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A20154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 13
    #A20155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A20156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A20157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A20158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/InternalSingleBucketAggregation.java

    Severity Rule Message Line Col
    #A20159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A20160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A20161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A20162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A20163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A20164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A20165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A20166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A20167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A20168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A20169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A20170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/MultiBucketsAggregation.java

    Severity Rule Message Line Col
    #A20171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A20172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/SingleBucketAggregator.java

    Severity Rule Message Line Col
    #A20173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A20174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/children/ChildrenBuilder.java

    Severity Rule Message Line Col
    #A20175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A20176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/children/ChildrenParser.java

    Severity Rule Message Line Col
    #A20177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A20178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A20179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A20180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/children/InternalChildren.java

    Severity Rule Message Line Col
    #A20181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A20182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A20183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A20184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A20185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/children/ParentToChildrenAggregator.java

    Severity Rule Message Line Col
    #A20187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A20188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A20189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A20190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A20191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A20192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A20193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A20194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A20195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A20196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A20197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A20198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A20199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A20200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 9
    #A20201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A20202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 17
    #A20203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A20204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FilterAggregationBuilder.java

    Severity Rule Message Line Col
    #A20205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A20206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FilterAggregator.java

    Severity Rule Message Line Col
    #A20207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A20208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A20209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A20210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A20211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A20212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A20213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A20214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A20215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A20216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/FilterParser.java

    Severity Rule Message Line Col
    #A20217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A20218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A20219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A20220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filter/InternalFilter.java

    Severity Rule Message Line Col
    #A20221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A20222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A20223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A20224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A20225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A20226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filters/Filters.java

    Severity Rule Message Line Col
    #A20227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A20228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filters/FiltersAggregationBuilder.java

    Severity Rule Message Line Col
    #A20229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A20230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filters/FiltersAggregator.java

    Severity Rule Message Line Col
    #A20231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A20232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A20233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A20234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A20235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A20236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A20237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A20238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A20239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A20240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A20241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A20242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filters/FiltersParser.java

    Severity Rule Message Line Col
    #A20243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A20244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A20245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A20246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/filters/InternalFilters.java

    Severity Rule Message Line Col
    #A20247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A20248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 9
    #A20249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A20250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A20251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A20252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A20253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A20254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A20255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A20256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A20257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A20258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A20259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A20260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A20261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A20262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A20263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A20264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A20265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A20266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A20267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A20268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoHashGrid.java

    Severity Rule Message Line Col
    #A20269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A20270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A20271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A20272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoHashGridAggregator.java

    Severity Rule Message Line Col
    #A20273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A20275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A20276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A20277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A20278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A20279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A20280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A20281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A20282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A20283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A20284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoHashGridBuilder.java

    Severity Rule Message Line Col
    #A20285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A20286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/GeoHashGridParser.java

    Severity Rule Message Line Col
    #A20287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A20288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A20289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A20290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A20291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A20292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A20293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A20294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A20295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A20296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A20297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A20298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 13
    #A20299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A20300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 13
    #A20301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A20302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 13
    #A20303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A20304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 13
    #A20305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A20306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/geogrid/InternalGeoHashGrid.java

    Severity Rule Message Line Col
    #A20307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A20308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A20309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A20310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A20311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A20312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A20313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A20314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A20315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A20316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A20317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A20318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A20319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A20320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A20321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A20322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A20323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A20324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A20325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A20326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A20327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A20328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A20329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A20330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A20331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A20332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A20333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A20334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A20335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A20336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A20337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A20338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/global/GlobalAggregator.java

    Severity Rule Message Line Col
    #A20339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A20340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A20341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A20342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A20343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A20344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A20345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A20346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A20347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A20348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/global/GlobalBuilder.java

    Severity Rule Message Line Col
    #A20349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A20350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/global/GlobalParser.java

    Severity Rule Message Line Col
    #A20351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A20352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A20353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A20354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/global/InternalGlobal.java

    Severity Rule Message Line Col
    #A20355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A20356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 9
    #A20357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A20358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A20359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/DateHistogram.java

    Severity Rule Message Line Col
    #A20361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A20362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A20363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A20364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A20365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A20366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A20367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A20368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/DateHistogramBuilder.java

    Severity Rule Message Line Col
    #A20369 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 93
    #A20370 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 93 5
    #A20371 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 103
    #A20372 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 103 5
    #A20373 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 122
    #A20374 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 122 5
    #A20375 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 132
    #A20376 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 132 5
    #A20377 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 142
    #A20378 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 142 5
    #A20379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A20380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/DateHistogramParser.java

    Severity Rule Message Line Col
    #A20381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A20382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A20383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A20384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/Histogram.java

    Severity Rule Message Line Col
    #A20385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A20386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A20387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A20388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 13
    #A20389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A20390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A20391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A20392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/HistogramAggregator.java

    Severity Rule Message Line Col
    #A20393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A20394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A20395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A20396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A20397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A20398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A20399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A20400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A20401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A20402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A20403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A20404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A20405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A20406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 9
    #A20407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A20408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/HistogramBuilder.java

    Severity Rule Message Line Col
    #A20409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A20410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/HistogramParser.java

    Severity Rule Message Line Col
    #A20411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A20412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A20413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A20414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/InternalDateHistogram.java

    Severity Rule Message Line Col
    #A20415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A20416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A20417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A20419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A20420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A20421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A20422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A20423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A20424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9
    #A20425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A20426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A20427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A20428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A20429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A20430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A20431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A20432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A20433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A20434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A20435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A20436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A20437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A20438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A20439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A20440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A20441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A20442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/InternalHistogram.java

    Severity Rule Message Line Col
    #A20443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A20444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 9
    #A20445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A20446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A20447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A20448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A20449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A20450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A20451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A20452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A20453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A20454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A20455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A20456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 5
    #A20457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A20458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 5
    #A20459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A20460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A20461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A20462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A20463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A20464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 5
    #A20465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355
    #A20466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355 5
    #A20467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A20468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 5
    #A20469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392
    #A20470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 392 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/InternalOrder.java

    Severity Rule Message Line Col
    #A20471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A20472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A20473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A20474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/missing/InternalMissing.java

    Severity Rule Message Line Col
    #A20475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A20476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A20477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A20478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A20479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A20480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/missing/MissingAggregator.java

    Severity Rule Message Line Col
    #A20481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A20482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A20483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A20484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A20485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A20486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A20487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A20488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A20489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A20490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A20491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A20492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/missing/MissingBuilder.java

    Severity Rule Message Line Col
    #A20493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A20494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/missing/MissingParser.java

    Severity Rule Message Line Col
    #A20495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A20496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A20497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A20498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/InternalNested.java

    Severity Rule Message Line Col
    #A20499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A20500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A20501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A20502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A20503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/InternalReverseNested.java

    Severity Rule Message Line Col
    #A20505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A20506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A20507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A20508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A20509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/NestedAggregator.java

    Severity Rule Message Line Col
    #A20511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A20512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A20513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A20514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A20515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A20516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A20517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A20518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A20519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A20520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A20521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A20522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 9
    #A20523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A20524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/NestedBuilder.java

    Severity Rule Message Line Col
    #A20525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A20526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/NestedParser.java

    Severity Rule Message Line Col
    #A20527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A20528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A20529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A20530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ReverseNestedAggregator.java

    Severity Rule Message Line Col
    #A20531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A20532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A20533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A20534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A20535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A20536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A20537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A20538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A20539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A20540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A20541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A20542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A20543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A20544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ReverseNestedBuilder.java

    Severity Rule Message Line Col
    #A20545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A20546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/nested/ReverseNestedParser.java

    Severity Rule Message Line Col
    #A20547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A20548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A20549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A20550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/AbstractRangeBuilder.java

    Severity Rule Message Line Col
    #A20551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A20552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A20553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A20554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/InternalRange.java

    Severity Rule Message Line Col
    #A20555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A20556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A20557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A20558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A20559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A20560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A20561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A20562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A20563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A20564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A20565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A20566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 9
    #A20567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A20568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A20569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A20570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A20571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A20572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5
    #A20573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A20574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A20575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A20576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5
    #A20577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A20578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A20579 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 240
    #A20580 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 240 9
    #A20581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A20582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 5
    #A20583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A20584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 5
    #A20585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A20586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/Range.java

    Severity Rule Message Line Col
    #A20587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A20588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/RangeAggregator.java

    Severity Rule Message Line Col
    #A20589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A20590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A20591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A20592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A20593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A20594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A20595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A20596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A20597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A20598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A20599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A20600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5
    #A20601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A20602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 13
    #A20603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A20604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 13
    #A20605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271
    #A20606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 271 9
    #A20607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A20608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 9
    #A20609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A20610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/RangeBuilder.java

    Severity Rule Message Line Col
    #A20611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A20612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/RangeParser.java

    Severity Rule Message Line Col
    #A20613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A20614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A20615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A20616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/date/DateRange.java

    Severity Rule Message Line Col
    #A20617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A20618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A20619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A20620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/date/DateRangeBuilder.java

    Severity Rule Message Line Col
    #A20621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A20622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/date/DateRangeParser.java

    Severity Rule Message Line Col
    #A20623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A20624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A20625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A20626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/date/InternalDateRange.java

    Severity Rule Message Line Col
    #A20627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A20628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A20629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A20630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A20631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A20632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A20633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A20634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A20635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A20636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A20637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A20638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A20639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A20640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A20641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A20642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A20643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A20644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/geodistance/GeoDistance.java

    Severity Rule Message Line Col
    #A20645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A20646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A20647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A20648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/geodistance/GeoDistanceBuilder.java

    Severity Rule Message Line Col
    #A20649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A20650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A20651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A20652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/geodistance/GeoDistanceParser.java

    Severity Rule Message Line Col
    #A20653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A20654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A20655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A20656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A20657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A20658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A20659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A20660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 9
    #A20661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A20662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 13
    #A20663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A20664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 13
    #A20665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A20666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 13
    #A20667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A20668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 13
    #A20669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A20670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 13
    #A20671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A20672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/geodistance/InternalGeoDistance.java

    Severity Rule Message Line Col
    #A20673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A20674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 9
    #A20675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A20676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A20677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A20678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A20679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A20680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A20681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A20682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A20683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A20684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A20685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A20686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ipv4/IPv4Range.java

    Severity Rule Message Line Col
    #A20687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A20688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A20689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A20690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ipv4/InternalIPv4Range.java

    Severity Rule Message Line Col
    #A20691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A20692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A20693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A20694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A20695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A20696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A20697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A20698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A20699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A20700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A20701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A20702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A20703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A20704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A20705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A20706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A20707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A20708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/range/ipv4/IpRangeParser.java

    Severity Rule Message Line Col
    #A20709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A20710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A20711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A20712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/BucketSignificancePriorityQueue.java

    Severity Rule Message Line Col
    #A20713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A20714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/GlobalOrdinalsSignificantTermsAggregator.java

    Severity Rule Message Line Col
    #A20715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A20716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A20717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A20719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A20720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A20721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A20722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A20723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A20724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A20725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A20726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A20727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A20728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/InternalSignificantTerms.java

    Severity Rule Message Line Col
    #A20729 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46
    #A20730 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46 5
    #A20731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A20732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9
    #A20733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A20734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A20735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A20736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9
    #A20737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A20738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A20739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A20740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A20741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A20742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A20743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A20744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A20745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A20746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A20747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A20748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A20749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A20750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A20751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A20752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantLongTerms.java

    Severity Rule Message Line Col
    #A20753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A20754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A20755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A20756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A20757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A20758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A20759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A20760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A20761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A20762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A20763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A20764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A20765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A20766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A20767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A20768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A20769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A20770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A20771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A20772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A20773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A20774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantLongTermsAggregator.java

    Severity Rule Message Line Col
    #A20775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A20776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A20777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A20778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A20779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A20780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A20781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A20782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantStringTerms.java

    Severity Rule Message Line Col
    #A20783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A20784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A20785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A20786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9
    #A20787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A20788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A20789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A20790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A20791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A20792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A20793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A20794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A20795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A20796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A20797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A20798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A20799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A20800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A20801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A20802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A20803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A20804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantStringTermsAggregator.java

    Severity Rule Message Line Col
    #A20805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A20806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A20807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A20808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A20809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A20810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A20811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A20812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantTerms.java

    Severity Rule Message Line Col
    #A20813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A20814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A20815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A20816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantTermsAggregatorFactory.java

    Severity Rule Message Line Col
    #A20817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A20818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 13
    #A20819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A20820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 13
    #A20821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A20822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A20823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A20824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A20825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A20826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A20827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A20828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 13
    #A20829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A20830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A20831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A20832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A20833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A20834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 13
    #A20835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A20836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A20837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A20838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantTermsBuilder.java

    Severity Rule Message Line Col
    #A20839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A20840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantTermsParametersParser.java

    Severity Rule Message Line Col
    #A20841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/SignificantTermsParser.java

    Severity Rule Message Line Col
    #A20843 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A20844 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A20845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A20846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A20847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A20848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/UnmappedSignificantTerms.java

    Severity Rule Message Line Col
    #A20849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A20850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A20851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A20852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A20853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A20854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A20855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A20856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A20857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A20858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A20859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A20860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A20861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A20862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/ChiSquare.java

    Severity Rule Message Line Col
    #A20863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A20864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A20865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A20866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A20867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A20868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A20869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A20870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A20871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A20872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A20873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A20874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A20875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A20876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A20877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A20878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A20879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A20880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/GND.java

    Severity Rule Message Line Col
    #A20881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A20882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A20883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A20884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A20885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A20886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A20887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A20888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A20889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A20890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A20891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A20892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A20893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A20894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A20895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A20896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 9
    #A20897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A20898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/JLHScore.java

    Severity Rule Message Line Col
    #A20899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A20900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 9
    #A20901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A20902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A20903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A20904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A20905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A20906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A20907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A20908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A20909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A20910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 9
    #A20911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A20912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/MutualInformation.java

    Severity Rule Message Line Col
    #A20913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A20914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A20915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A20916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A20917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A20918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 9
    #A20919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A20920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A20921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A20922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A20923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A20924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A20925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A20926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A20927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A20928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A20929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A20930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/NXYSignificanceHeuristic.java

    Severity Rule Message Line Col
    #A20931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A20932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A20933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A20934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A20935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A20936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A20937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A20938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/PercentageScore.java

    Severity Rule Message Line Col
    #A20939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A20940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A20941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A20942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A20943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A20944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A20945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A20946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A20947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A20948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A20949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A20950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A20951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A20952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/ScriptHeuristic.java

    Severity Rule Message Line Col
    #A20953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A20954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A20955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A20956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A20957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A20958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A20959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A20960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A20961 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 132
    #A20962 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 132 9
    #A20963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A20964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A20965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A20966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 9
    #A20967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A20968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 9
    #A20969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A20970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A20971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A20972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 9
    #A20973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A20974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/SignificanceHeuristicParserMapper.java

    Severity Rule Message Line Col
    #A20975 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A20976 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/SignificantTermsHeuristicModule.java

    Severity Rule Message Line Col
    #A20977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A20978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/significant/heuristics/TransportSignificantTermsHeuristicModule.java

    Severity Rule Message Line Col
    #A20979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A20980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/AbstractStringTermsAggregator.java

    Severity Rule Message Line Col
    #A20981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A20982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A20983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A20984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/DoubleTerms.java

    Severity Rule Message Line Col
    #A20985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A20986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A20987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A20988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A20989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A20990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A20991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A20992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A20993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A20994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A20995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A20996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A20997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A20998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A20999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A21000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A21001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A21002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A21003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A21004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A21005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A21006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A21007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A21008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/DoubleTermsAggregator.java

    Severity Rule Message Line Col
    #A21009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A21010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A21011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A21012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A21013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A21014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/GlobalOrdinalsStringTermsAggregator.java

    Severity Rule Message Line Col
    #A21015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A21016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A21017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A21018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 17
    #A21019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A21020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A21021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A21022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A21023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A21024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A21025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A21026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 9
    #A21027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A21028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 9
    #A21029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A21030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A21031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A21032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A21033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A21034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 9
    #A21035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A21036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 9
    #A21037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A21038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 21
    #A21039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A21040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 9
    #A21041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A21042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 9
    #A21043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A21044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 21
    #A21045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A21046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 9
    #A21047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368
    #A21048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368 9
    #A21049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A21050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 9
    #A21051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422
    #A21052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 422 9
    #A21053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427
    #A21054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 427 9
    #A21055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432
    #A21056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 432 9
    #A21057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A21058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 9
    #A21059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452
    #A21060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/InternalOrder.java

    Severity Rule Message Line Col
    #A21061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A21062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A21063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A21064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A21065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A21066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A21067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A21068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A21069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A21070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A21071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A21072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A21073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A21074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A21075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A21076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 21
    #A21077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A21078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 21
    #A21079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A21080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 17
    #A21081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A21082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A21083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A21084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 9
    #A21085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A21086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 9
    #A21087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A21088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/InternalTerms.java

    Severity Rule Message Line Col
    #A21089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A21090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A21091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A21092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A21093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A21094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A21095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A21096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A21097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A21098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A21099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A21100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/LongTerms.java

    Severity Rule Message Line Col
    #A21101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A21102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A21103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A21105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A21107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A21108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A21109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A21110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A21111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A21112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A21113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A21114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A21115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A21116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A21117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A21118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A21119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A21120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A21121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A21122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A21123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A21124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/LongTermsAggregator.java

    Severity Rule Message Line Col
    #A21125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A21126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A21127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A21128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A21129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A21130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A21131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A21132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A21133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A21134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A21135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A21136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/StringTerms.java

    Severity Rule Message Line Col
    #A21137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A21138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A21139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A21141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A21143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A21144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A21145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A21146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A21147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A21148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A21149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A21150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A21151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A21152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A21153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A21154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A21155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A21156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A21157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A21158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A21159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A21160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/StringTermsAggregator.java

    Severity Rule Message Line Col
    #A21161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A21162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A21163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A21164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A21165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A21166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A21167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A21168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A21169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A21170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/TermsAggregator.java

    Severity Rule Message Line Col
    #A21171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A21172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/TermsAggregatorFactory.java

    Severity Rule Message Line Col
    #A21173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A21174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 13
    #A21175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A21176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 13
    #A21177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A21178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A21179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A21180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A21181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A21182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13
    #A21183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A21184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A21185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A21186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 13
    #A21187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A21188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 13
    #A21189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A21190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 9
    #A21191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A21192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A21193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A21194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 13
    #A21195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A21196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/TermsBuilder.java

    Severity Rule Message Line Col
    #A21197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A21198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/TermsParametersParser.java

    Severity Rule Message Line Col
    #A21199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A21200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A21201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A21202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/TermsParser.java

    Severity Rule Message Line Col
    #A21203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A21204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A21205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A21206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/UnmappedTerms.java

    Severity Rule Message Line Col
    #A21207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A21208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 9
    #A21209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A21210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A21211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A21212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A21213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A21214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A21215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A21216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A21217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A21218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A21219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A21220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/bucket/terms/support/BucketPriorityQueue.java

    Severity Rule Message Line Col
    #A21221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/MetricsAggregationBuilder.java

    Severity Rule Message Line Col
    #A21223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A21224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/NumericValuesSourceMetricsAggregatorParser.java

    Severity Rule Message Line Col
    #A21225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A21226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A21227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A21228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/ValuesSourceMetricsAggregationBuilder.java

    Severity Rule Message Line Col
    #A21229 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 44
    #A21230 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 44 5
    #A21231 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50
    #A21232 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50 5
    #A21233 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56
    #A21234 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 56 5
    #A21235 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 62
    #A21236 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 62 5
    #A21237 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68
    #A21238 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68 5
    #A21239 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78
    #A21240 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 78 5
    #A21241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A21242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/avg/AvgAggregator.java

    Severity Rule Message Line Col
    #A21243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A21244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A21245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A21247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A21249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A21250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A21251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A21252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A21253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A21254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A21255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A21256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A21257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A21258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A21259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A21260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/avg/AvgParser.java

    Severity Rule Message Line Col
    #A21261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/avg/InternalAvg.java

    Severity Rule Message Line Col
    #A21263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A21264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A21265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A21266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A21267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A21268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A21269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A21270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A21271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A21272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A21273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A21274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A21275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A21276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/cardinality/CardinalityAggregator.java

    Severity Rule Message Line Col
    #A21277 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 58
    #A21278 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 58 5
    #A21279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A21280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A21281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A21282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A21283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A21284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A21285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A21286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A21287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A21288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A21289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A21290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A21291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A21292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A21293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A21294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A21295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A21296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 9
    #A21297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A21298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 9
    #A21299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A21300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 9
    #A21301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A21302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A21303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A21304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 9
    #A21305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A21306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 9
    #A21307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A21308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 9
    #A21309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A21310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 9
    #A21311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A21312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 9
    #A21313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A21314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 17
    #A21315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A21316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 17
    #A21317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A21318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 17
    #A21319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364
    #A21320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364 13
    #A21321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A21322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 13
    #A21323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A21324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 13
    #A21325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388
    #A21326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388 13
    #A21327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393
    #A21328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393 13
    #A21329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A21330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 13
    #A21331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414
    #A21332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414 13
    #A21333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A21334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 13
    #A21335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A21336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/cardinality/CardinalityAggregatorFactory.java

    Severity Rule Message Line Col
    #A21337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A21338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A21339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A21340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/cardinality/CardinalityBuilder.java

    Severity Rule Message Line Col
    #A21341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A21342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/cardinality/CardinalityParser.java

    Severity Rule Message Line Col
    #A21343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A21344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A21345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A21346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/cardinality/HyperLogLogPlusPlus.java

    Severity Rule Message Line Col
    #A21347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408
    #A21348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/cardinality/InternalCardinality.java

    Severity Rule Message Line Col
    #A21349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A21350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A21351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A21352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A21353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A21354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A21355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A21356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A21357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A21358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A21359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A21360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A21361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A21362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A21363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A21364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/geobounds/GeoBoundsAggregator.java

    Severity Rule Message Line Col
    #A21365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A21366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A21367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A21368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A21369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A21370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A21371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A21372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A21373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A21374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A21375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A21376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A21377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A21378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 9
    #A21379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A21380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/geobounds/GeoBoundsBuilder.java

    Severity Rule Message Line Col
    #A21381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A21382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/geobounds/GeoBoundsParser.java

    Severity Rule Message Line Col
    #A21383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A21385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A21386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/geobounds/InternalGeoBounds.java

    Severity Rule Message Line Col
    #A21387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A21388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 9
    #A21389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A21391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A21393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A21394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A21395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A21396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A21397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A21398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A21399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A21400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A21401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A21402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/max/InternalMax.java

    Severity Rule Message Line Col
    #A21403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A21404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A21405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A21406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A21407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A21409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A21410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A21411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A21413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A21414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A21415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A21416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/max/MaxAggregator.java

    Severity Rule Message Line Col
    #A21417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A21418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A21419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A21421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A21422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A21423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A21425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A21426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A21427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A21428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A21429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A21430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A21431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A21432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A21433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A21434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/max/MaxParser.java

    Severity Rule Message Line Col
    #A21435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/min/InternalMin.java

    Severity Rule Message Line Col
    #A21437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A21438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A21439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A21440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A21441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A21442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A21443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A21444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A21445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A21446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A21447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A21448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A21449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A21450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/min/MinAggregator.java

    Severity Rule Message Line Col
    #A21451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A21452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A21453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A21455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A21456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A21457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A21459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A21460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A21461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A21462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A21463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A21464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A21465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A21466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A21467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A21468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/min/MinParser.java

    Severity Rule Message Line Col
    #A21469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/AbstractInternalPercentiles.java

    Severity Rule Message Line Col
    #A21471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A21472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A21473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A21474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A21475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A21476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A21477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A21478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A21479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A21480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/AbstractPercentilesAggregator.java

    Severity Rule Message Line Col
    #A21481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A21482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A21483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A21484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A21485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A21486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A21487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A21488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A21489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A21490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/AbstractPercentilesParser.java

    Severity Rule Message Line Col
    #A21491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A21492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/InternalPercentile.java

    Severity Rule Message Line Col
    #A21493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A21494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A21495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A21496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/InternalPercentileRanks.java

    Severity Rule Message Line Col
    #A21497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A21498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 9
    #A21499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A21500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A21501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A21502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A21503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A21505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A21507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A21508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A21509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A21510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9
    #A21511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A21512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/InternalPercentiles.java

    Severity Rule Message Line Col
    #A21513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A21514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 9
    #A21515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A21516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A21517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A21518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A21519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A21521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A21523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A21524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A21525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A21526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A21527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A21528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/PercentileRanksAggregator.java

    Severity Rule Message Line Col
    #A21529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A21530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A21531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A21532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A21533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A21534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A21535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A21536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A21537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/PercentileRanksBuilder.java

    Severity Rule Message Line Col
    #A21539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A21540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/PercentileRanksParser.java

    Severity Rule Message Line Col
    #A21541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A21542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/PercentilesAggregator.java

    Severity Rule Message Line Col
    #A21543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A21544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A21545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A21546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A21547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A21548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A21549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A21550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A21551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/PercentilesBuilder.java

    Severity Rule Message Line Col
    #A21553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A21554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/percentiles/PercentilesParser.java

    Severity Rule Message Line Col
    #A21555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A21556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/scripted/InternalScriptedMetric.java

    Severity Rule Message Line Col
    #A21557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A21558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A21559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A21560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A21561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A21562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A21563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A21564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A21565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A21566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A21567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A21568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A21569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A21570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/scripted/ScriptedMetricAggregator.java

    Severity Rule Message Line Col
    #A21571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A21572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A21573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A21574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A21575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A21576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A21577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A21578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A21579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A21580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A21581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A21582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 9
    #A21583 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 158
    #A21584 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 158 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/scripted/ScriptedMetricBuilder.java

    Severity Rule Message Line Col
    #A21585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A21586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/scripted/ScriptedMetricParser.java

    Severity Rule Message Line Col
    #A21587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A21588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A21589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A21590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/stats/InternalStats.java

    Severity Rule Message Line Col
    #A21591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A21592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A21593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A21594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A21595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A21596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A21597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A21598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A21599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A21600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A21601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A21602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A21603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A21604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A21605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A21606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A21607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A21608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A21609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A21610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A21611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A21612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A21613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A21614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A21615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A21616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A21617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A21618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A21619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A21620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A21621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A21622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A21623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A21624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/stats/StatsAggegator.java

    Severity Rule Message Line Col
    #A21625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A21626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A21627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A21628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A21629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A21630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A21631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A21632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A21633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A21634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A21635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A21636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A21637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A21638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A21639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A21640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9
    #A21641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A21642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A21643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A21644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/stats/StatsParser.java

    Severity Rule Message Line Col
    #A21645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/stats/extended/ExtendedStatsAggregator.java

    Severity Rule Message Line Col
    #A21647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A21648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A21649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A21650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A21651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A21652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A21653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A21654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A21655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A21656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A21657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A21658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A21659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A21660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A21661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A21662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A21663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A21664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 9
    #A21665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A21666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/stats/extended/ExtendedStatsBuilder.java

    Severity Rule Message Line Col
    #A21667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A21668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/stats/extended/ExtendedStatsParser.java

    Severity Rule Message Line Col
    #A21669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A21670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A21671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A21672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/stats/extended/InternalExtendedStats.java

    Severity Rule Message Line Col
    #A21673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A21674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 9
    #A21675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A21676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A21677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A21678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A21679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A21680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A21681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A21682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A21683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A21684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A21685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A21686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A21687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A21688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A21689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A21690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A21691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A21692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A21693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A21694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A21695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A21696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A21697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A21698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A21699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A21700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A21701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A21702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/sum/InternalSum.java

    Severity Rule Message Line Col
    #A21703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A21704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A21705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A21706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A21707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A21709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A21710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A21711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A21713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A21714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A21715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A21716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/sum/SumAggregator.java

    Severity Rule Message Line Col
    #A21717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A21718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A21719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A21720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A21721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A21722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A21723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A21724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A21725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A21727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A21728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A21729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A21730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A21731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A21732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A21733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A21734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/sum/SumParser.java

    Severity Rule Message Line Col
    #A21735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/tophits/InternalTopHits.java

    Severity Rule Message Line Col
    #A21737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A21738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A21739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A21740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A21741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A21742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A21743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A21744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A21745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A21746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A21747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A21748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A21749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A21750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/tophits/TopHitsAggregator.java

    Severity Rule Message Line Col
    #A21751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A21752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A21753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A21754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A21755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A21756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A21757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A21758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A21759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A21760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A21761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A21762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A21763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A21764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A21765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A21766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A21767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A21768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/tophits/TopHitsBuilder.java

    Severity Rule Message Line Col
    #A21769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A21770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/tophits/TopHitsParser.java

    Severity Rule Message Line Col
    #A21771 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A21772 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A21773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A21774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A21775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A21776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/valuecount/InternalValueCount.java

    Severity Rule Message Line Col
    #A21777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A21778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 9
    #A21779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A21780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A21781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A21783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A21785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A21786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A21787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A21789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A21790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A21791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A21792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A21793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A21794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/valuecount/ValueCountAggregator.java

    Severity Rule Message Line Col
    #A21795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A21796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A21797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A21798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A21799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A21800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A21801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A21802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A21803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A21804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A21805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A21806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A21807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A21808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A21809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A21810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A21811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A21812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/metrics/valuecount/ValueCountParser.java

    Severity Rule Message Line Col
    #A21813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A21815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A21816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/AggregationContext.java

    Severity Rule Message Line Col
    #A21817 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47
    #A21818 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 47 1
    #A21819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A21820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9
    #A21821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A21822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/OrderPath.java

    Severity Rule Message Line Col
    #A21823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A21824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9
    #A21825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A21826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A21827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A21828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 9
    #A21829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A21830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/ValueType.java

    Severity Rule Message Line Col
    #A21831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 9
    #A21833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A21834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A21835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A21836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9
    #A21837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A21838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A21839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A21840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9
    #A21841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A21842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A21843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A21844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A21845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A21846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A21847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A21848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/ValuesSource.java

    Severity Rule Message Line Col
    #A21849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A21850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 17
    #A21851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A21852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 17
    #A21853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A21854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 17
    #A21855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A21856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 17
    #A21857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A21858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 17
    #A21859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A21860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 17
    #A21861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A21862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 17
    #A21863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A21864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 17
    #A21865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A21866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 13
    #A21867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A21868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 13
    #A21869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340
    #A21870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 340 13
    #A21871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345
    #A21872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 345 13
    #A21873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363
    #A21874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363 13
    #A21875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368
    #A21876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368 13
    #A21877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A21878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 13
    #A21879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393
    #A21880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393 13
    #A21881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A21882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 13
    #A21883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 448
    #A21884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 448 13
    #A21885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 453
    #A21886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 453 13
    #A21887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 458
    #A21888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 458 13
    #A21889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 463
    #A21890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 463 13
    #A21891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A21892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 13
    #A21893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483
    #A21894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 483 17
    #A21895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506
    #A21896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506 17
    #A21897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 537
    #A21898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 537 13
    #A21899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542
    #A21900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542 13
    #A21901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 547
    #A21902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 547 13
    #A21903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 561
    #A21904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 561 13
    #A21905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569
    #A21906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569 13
    #A21907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577
    #A21908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577 13
    #A21909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 600
    #A21910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 600 13
    #A21911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 605
    #A21912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 605 13
    #A21913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 610
    #A21914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 610 13
    #A21915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 615
    #A21916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 615 13
    #A21917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 620
    #A21918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 620 13
    #A21919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 638
    #A21920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 638 9
    #A21921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 643
    #A21922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 643 9
    #A21923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 658
    #A21924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 658 13
    #A21925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 695
    #A21926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 695 9
    #A21927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 700
    #A21928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 700 9
    #A21929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 711
    #A21930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 711 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/ValuesSourceAggregatorFactory.java

    Severity Rule Message Line Col
    #A21931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A21932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 9
    #A21933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A21934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A21935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A21936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/format/ValueFormat.java

    Severity Rule Message Line Col
    #A21937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A21938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A21939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A21940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/format/ValueFormatter.java

    Severity Rule Message Line Col
    #A21941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A21942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A21943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A21944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A21945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A21946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A21947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A21948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A21949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A21950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A21951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A21952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A21953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A21954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9
    #A21955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A21956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A21957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A21958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A21959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A21960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 9
    #A21961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A21962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 9
    #A21963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A21964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 13
    #A21965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A21966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 13
    #A21967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A21968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 13
    #A21969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A21970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 9
    #A21971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A21972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 9
    #A21973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A21974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 9
    #A21975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A21976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 9
    #A21977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A21978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 9
    #A21979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A21980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 9
    #A21981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A21982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 9
    #A21983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A21984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A21985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A21986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 9
    #A21987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A21988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/format/ValueParser.java

    Severity Rule Message Line Col
    #A21989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A21990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A21991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A21992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9
    #A21993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A21994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A21995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A21996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 17
    #A21997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A21998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A21999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A22000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9
    #A22001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A22002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 9
    #A22003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A22004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A22005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A22006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A22007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A22008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 13
    #A22009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A22010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/values/ScriptBytesValues.java

    Severity Rule Message Line Col
    #A22011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A22012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A22013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A22014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/values/ScriptDoubleValues.java

    Severity Rule Message Line Col
    #A22015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A22016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A22017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A22018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/aggregations/support/values/ScriptLongValues.java

    Severity Rule Message Line Col
    #A22019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A22020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A22021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A22022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/builder/SearchSourceBuilder.java

    Severity Rule Message Line Col
    #A22023 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 673
    #A22024 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 673 5
    #A22025 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 693
    #A22026 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 693 5
    #A22027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 724
    #A22028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 724 5
    #A22029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 750
    #A22030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 750 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/controller/SearchPhaseController.java

    Severity Rule Message Line Col
    #A22031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A22032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A22033 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80
    #A22034 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 80 5
    #A22035 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 203
    #A22036 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 203 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/dfs/AggregatedDfs.java

    Severity Rule Message Line Col
    #A22037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A22038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A22039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A22040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/dfs/CachedDfSource.java

    Severity Rule Message Line Col
    #A22041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A22042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A22043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A22044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A22045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A22047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A22048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A22049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A22050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A22051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A22052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A22053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A22054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A22055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A22056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/dfs/DfsPhase.java

    Severity Rule Message Line Col
    #A22057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A22058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A22059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A22060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A22061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A22062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A22063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A22064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9
    #A22065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A22066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 9
    #A22067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A22068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 17
    #A22069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A22070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 17
    #A22071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A22072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 17
    #A22073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A22074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/dfs/DfsSearchResult.java

    Severity Rule Message Line Col
    #A22075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A22076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A22077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A22078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A22079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A22080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 3

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/FacetBinaryParseElement.java

    Severity Rule Message Line Col
    #A22081 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31
    #A22082 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 31 5
    #A22083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A22084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/FacetBuilder.java

    Severity Rule Message Line Col
    #A22085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A22086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 13
    #A22087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A22088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/FacetBuilders.java

    Severity Rule Message Line Col
    #A22089 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 40
    #A22090 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 40 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/FacetExecutor.java

    Severity Rule Message Line Col
    #A22091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A22092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A22093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A22094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A22095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A22096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 9
    #A22097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A22098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A22099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A22100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/FacetModule.java

    Severity Rule Message Line Col
    #A22101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A22102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/FacetParseElement.java

    Severity Rule Message Line Col
    #A22103 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55
    #A22104 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55 5
    #A22105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A22106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/FacetParsers.java

    Severity Rule Message Line Col
    #A22107 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A22108 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/FacetPhase.java

    Severity Rule Message Line Col
    #A22109 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51
    #A22110 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51 5
    #A22111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A22112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A22113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A22114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A22115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/InternalFacet.java

    Severity Rule Message Line Col
    #A22117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A22119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A22120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A22121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A22122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/InternalFacets.java

    Severity Rule Message Line Col
    #A22123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A22124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A22125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A22126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A22127 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 108
    #A22128 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 108 5
    #A22129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A22130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A22131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A22132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 5
    #A22133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A22134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A22135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A22136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/SearchContextFacets.java

    Severity Rule Message Line Col
    #A22137 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 37
    #A22138 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 37 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/TransportFacetModule.java

    Severity Rule Message Line Col
    #A22139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A22140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/CountDateHistogramFacetExecutor.java

    Severity Rule Message Line Col
    #A22141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A22142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A22143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A22144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A22145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A22146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A22147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A22149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A22151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A22152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/DateHistogramFacet.java

    Severity Rule Message Line Col
    #A22153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A22154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 13
    #A22155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A22156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A22157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A22158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/DateHistogramFacetBuilder.java

    Severity Rule Message Line Col
    #A22159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A22160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 5
    #A22161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A22162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 5
    #A22163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A22164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/DateHistogramFacetParser.java

    Severity Rule Message Line Col
    #A22165 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55
    #A22166 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 55 5
    #A22167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A22168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A22169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A22170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A22171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A22172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A22173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/InternalCountDateHistogramFacet.java

    Severity Rule Message Line Col
    #A22175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A22176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A22177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A22179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A22180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A22181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A22182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A22183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A22184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A22185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A22186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A22187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A22188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A22189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A22190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A22191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A22192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A22193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A22194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A22195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A22196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A22197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A22198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A22199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A22200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A22201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A22202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A22203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A22204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/InternalDateHistogramFacet.java

    Severity Rule Message Line Col
    #A22205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A22206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/InternalFullDateHistogramFacet.java

    Severity Rule Message Line Col
    #A22207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A22208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 9
    #A22209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A22210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A22211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A22212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A22213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A22214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A22215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A22217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A22219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A22220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A22221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A22222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9
    #A22223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A22224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 9
    #A22225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A22226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A22227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A22228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A22229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A22230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A22231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A22232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A22233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A22234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A22235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A22236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/ValueDateHistogramFacetExecutor.java

    Severity Rule Message Line Col
    #A22237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A22238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A22239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A22240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A22241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A22242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A22243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A22245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A22246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A22247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A22248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 9
    #A22249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A22250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/datehistogram/ValueScriptDateHistogramFacetExecutor.java

    Severity Rule Message Line Col
    #A22251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A22252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A22253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A22254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A22255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A22256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A22257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A22259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A22260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A22261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A22262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A22263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A22264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/filter/FilterFacetBuilder.java

    Severity Rule Message Line Col
    #A22265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A22266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A22267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A22268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/filter/FilterFacetExecutor.java

    Severity Rule Message Line Col
    #A22269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A22270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A22271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A22272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A22273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A22274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A22275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A22276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A22277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A22278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A22279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A22281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A22282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/filter/FilterFacetParser.java

    Severity Rule Message Line Col
    #A22283 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38
    #A22284 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 38 5
    #A22285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A22286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A22287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A22288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A22289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A22290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A22291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A22292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/filter/InternalFilterFacet.java

    Severity Rule Message Line Col
    #A22293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A22294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A22295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A22296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A22297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A22298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A22299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A22300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A22301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A22302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A22303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A22304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A22305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A22306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/geodistance/GeoDistanceFacetBuilder.java

    Severity Rule Message Line Col
    #A22307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A22308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/geodistance/GeoDistanceFacetExecutor.java

    Severity Rule Message Line Col
    #A22309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A22310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A22311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A22312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A22313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A22314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A22315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A22316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A22317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/geodistance/GeoDistanceFacetParser.java

    Severity Rule Message Line Col
    #A22319 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48
    #A22320 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 48 5
    #A22321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A22322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A22323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A22324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A22325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A22326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A22327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A22328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/geodistance/InternalGeoDistanceFacet.java

    Severity Rule Message Line Col
    #A22329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A22330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A22331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A22333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A22334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A22335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A22336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A22337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A22338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A22339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A22340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A22341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A22342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A22343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A22344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/geodistance/ScriptGeoDistanceFacetExecutor.java

    Severity Rule Message Line Col
    #A22345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A22346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A22347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A22348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 9
    #A22349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A22350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9
    #A22351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A22352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A22353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A22354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/geodistance/ValueGeoDistanceFacetExecutor.java

    Severity Rule Message Line Col
    #A22355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A22356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A22357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A22359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A22360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/CountHistogramFacetExecutor.java

    Severity Rule Message Line Col
    #A22361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A22362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A22363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A22364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A22365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A22366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A22367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A22368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A22369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A22370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A22371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A22372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/FullHistogramFacetExecutor.java

    Severity Rule Message Line Col
    #A22373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A22375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A22376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A22377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A22378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A22379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A22380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A22381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A22382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A22383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A22384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/HistogramFacet.java

    Severity Rule Message Line Col
    #A22385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A22386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 13
    #A22387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A22388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A22389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A22390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/HistogramFacetBuilder.java

    Severity Rule Message Line Col
    #A22391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A22392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/HistogramFacetParser.java

    Severity Rule Message Line Col
    #A22393 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42
    #A22394 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 42 5
    #A22395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A22396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A22397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A22398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A22399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A22400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A22401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A22402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/HistogramScriptFacetBuilder.java

    Severity Rule Message Line Col
    #A22403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A22405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A22406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/InternalCountHistogramFacet.java

    Severity Rule Message Line Col
    #A22407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A22408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 9
    #A22409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A22410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A22411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A22412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A22413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A22414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A22415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A22416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A22417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A22418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A22419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A22420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A22421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A22422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A22423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A22424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A22425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A22426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A22427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A22428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A22429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A22430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A22431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A22432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A22433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A22434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5
    #A22435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A22436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/InternalFullHistogramFacet.java

    Severity Rule Message Line Col
    #A22437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A22438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 9
    #A22439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A22440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A22441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A22442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A22443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A22444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A22445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A22447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A22449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A22450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A22451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A22452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A22453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A22454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A22455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A22456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A22457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A22458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A22459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A22460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A22461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A22462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 5
    #A22463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A22464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A22465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248
    #A22466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 248 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/InternalHistogramFacet.java

    Severity Rule Message Line Col
    #A22467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A22468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/ScriptHistogramFacetExecutor.java

    Severity Rule Message Line Col
    #A22469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A22470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A22471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A22472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A22473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A22475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A22476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A22477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A22478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A22479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A22480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/ValueHistogramFacetExecutor.java

    Severity Rule Message Line Col
    #A22481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A22483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A22484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A22485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A22486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A22487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A22488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A22489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A22490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A22491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A22492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A22493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A22494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/histogram/ValueScriptHistogramFacetExecutor.java

    Severity Rule Message Line Col
    #A22495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A22496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A22497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A22498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A22499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A22501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A22502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A22503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A22504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A22505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A22506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A22507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A22508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/nested/NestedFacetExecutor.java

    Severity Rule Message Line Col
    #A22509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A22510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A22511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A22512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A22513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A22514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A22515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A22516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9
    #A22517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A22518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 9
    #A22519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A22520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 9
    #A22521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A22522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 9
    #A22523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A22524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 9
    #A22525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A22526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/query/InternalQueryFacet.java

    Severity Rule Message Line Col
    #A22527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A22528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A22529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A22530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A22531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A22532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A22533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A22534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A22535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A22537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A22538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A22539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A22540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/query/QueryFacetBuilder.java

    Severity Rule Message Line Col
    #A22541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A22542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A22543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A22544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/query/QueryFacetExecutor.java

    Severity Rule Message Line Col
    #A22545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A22546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A22547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A22548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A22549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A22550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A22551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A22552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9
    #A22553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A22554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A22555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A22556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A22557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A22558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/query/QueryFacetParser.java

    Severity Rule Message Line Col
    #A22559 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A22560 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A22561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A22562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A22563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A22564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A22565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A22566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A22567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A22568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/range/InternalRangeFacet.java

    Severity Rule Message Line Col
    #A22569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A22570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A22571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A22573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A22574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A22575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A22576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A22577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A22578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A22579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A22580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A22581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A22582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A22583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A22584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A22585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A22586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/range/KeyValueRangeFacetExecutor.java

    Severity Rule Message Line Col
    #A22587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A22588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A22589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A22590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A22591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A22592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A22593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A22594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A22595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A22596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A22597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/range/RangeFacetBuilder.java

    Severity Rule Message Line Col
    #A22599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A22600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/range/RangeFacetExecutor.java

    Severity Rule Message Line Col
    #A22601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A22602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A22603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A22604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A22605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A22606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A22607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A22608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A22609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A22610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A22611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/range/RangeFacetParser.java

    Severity Rule Message Line Col
    #A22613 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43
    #A22614 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 43 5
    #A22615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A22616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A22617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A22618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A22619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A22620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A22621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A22622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/range/RangeScriptFacetBuilder.java

    Severity Rule Message Line Col
    #A22623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A22624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/range/ScriptRangeFacetExecutor.java

    Severity Rule Message Line Col
    #A22625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A22626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A22627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A22628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A22629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A22630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A22631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A22632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A22633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A22634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A22635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/statistical/InternalStatisticalFacet.java

    Severity Rule Message Line Col
    #A22637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A22638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A22639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A22640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A22641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A22642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A22643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A22644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A22645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A22646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A22647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A22649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A22651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A22652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A22653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A22654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A22655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A22656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A22657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A22658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A22659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A22660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 5
    #A22661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A22662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/statistical/ScriptStatisticalFacetExecutor.java

    Severity Rule Message Line Col
    #A22663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A22664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A22665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A22666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A22667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A22668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 9
    #A22669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A22670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 9
    #A22671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A22672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9
    #A22673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A22674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/statistical/StatisticalFacetBuilder.java

    Severity Rule Message Line Col
    #A22675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A22676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/statistical/StatisticalFacetExecutor.java

    Severity Rule Message Line Col
    #A22677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A22678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A22679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A22680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A22681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A22682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9
    #A22683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A22684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A22685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A22686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9
    #A22687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A22688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/statistical/StatisticalFacetParser.java

    Severity Rule Message Line Col
    #A22689 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A22690 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A22691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A22692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A22693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A22694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A22695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A22696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A22697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A22698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/statistical/StatisticalFieldsFacetExecutor.java

    Severity Rule Message Line Col
    #A22699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A22700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A22701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A22702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A22703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A22704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A22705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A22706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A22707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A22708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A22709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A22710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/statistical/StatisticalScriptFacetBuilder.java

    Severity Rule Message Line Col
    #A22711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A22712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/InternalTermsFacet.java

    Severity Rule Message Line Col
    #A22713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A22714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/TermsFacet.java

    Severity Rule Message Line Col
    #A22715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A22716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 13
    #A22717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A22718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A22719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A22720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A22721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A22722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/TermsFacetBuilder.java

    Severity Rule Message Line Col
    #A22723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A22724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/TermsFacetParser.java

    Severity Rule Message Line Col
    #A22725 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60
    #A22726 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 60 5
    #A22727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A22728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A22729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A22730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A22731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A22732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A22733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A22734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/doubles/InternalDoubleTermsFacet.java

    Severity Rule Message Line Col
    #A22735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A22737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A22738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A22739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A22740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A22741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A22742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 9
    #A22743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A22745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A22746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A22747 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 134
    #A22748 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 134 5
    #A22749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A22750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A22751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A22752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A22753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A22754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A22755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A22756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A22757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A22758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A22759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A22760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 5
    #A22761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A22762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 5
    #A22763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A22764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/doubles/TermsDoubleFacetExecutor.java

    Severity Rule Message Line Col
    #A22765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A22766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A22767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A22768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A22769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A22770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A22771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A22772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A22773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A22774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A22775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A22776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9
    #A22777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A22778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A22779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A22780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/longs/InternalLongTermsFacet.java

    Severity Rule Message Line Col
    #A22781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 9
    #A22783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A22784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A22785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A22786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A22787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A22788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A22789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A22790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A22791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A22792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A22793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A22794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A22795 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 135
    #A22796 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 135 5
    #A22797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A22798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A22799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A22800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A22801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A22802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A22803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A22804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A22805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A22806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A22807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A22808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5
    #A22809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A22810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 5
    #A22811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A22812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/longs/TermsLongFacetExecutor.java

    Severity Rule Message Line Col
    #A22813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A22814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A22815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A22816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A22817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A22818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A22819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A22820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A22821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A22822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 9
    #A22823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A22824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9
    #A22825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A22826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A22827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A22828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/strings/FieldsTermsStringFacetExecutor.java

    Severity Rule Message Line Col
    #A22829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A22830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A22831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A22832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A22833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A22834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 9
    #A22835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A22836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A22837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A22838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 9
    #A22839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A22840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/strings/HashedAggregator.java

    Severity Rule Message Line Col
    #A22841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A22842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 9
    #A22843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A22844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 9
    #A22845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A22846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 13
    #A22847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A22848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 13
    #A22849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A22850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A22851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A22852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A22853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A22854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 9
    #A22855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A22856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 9
    #A22857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A22858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9
    #A22859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A22860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9
    #A22861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A22862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/strings/HashedScriptAggregator.java

    Severity Rule Message Line Col
    #A22863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A22864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A22865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A22866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/strings/InternalStringTermsFacet.java

    Severity Rule Message Line Col
    #A22867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A22868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9
    #A22869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A22870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A22871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A22872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A22873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A22875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A22876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A22877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A22878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A22879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A22880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A22881 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 145
    #A22882 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 145 5
    #A22883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A22884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A22885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A22886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A22887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A22888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A22889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A22890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A22891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A22892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A22893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A22894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 5
    #A22895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A22896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 5
    #A22897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A22898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/strings/ScriptTermsStringFieldFacetExecutor.java

    Severity Rule Message Line Col
    #A22899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A22900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A22901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A22902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A22903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A22904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A22905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A22906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A22907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A22908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A22909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A22910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/strings/TermsStringFacetExecutor.java

    Severity Rule Message Line Col
    #A22911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A22912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A22913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A22914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A22915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A22916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9
    #A22917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A22918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9
    #A22919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A22920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 9
    #A22921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A22922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/strings/TermsStringOrdinalsFacetExecutor.java

    Severity Rule Message Line Col
    #A22923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A22924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A22925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A22926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A22927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A22928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A22929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A22930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 9
    #A22931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A22932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A22933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A22934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 9
    #A22935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A22936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/support/EntryPriorityQueue.java

    Severity Rule Message Line Col
    #A22937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A22938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/terms/unmapped/UnmappedFieldExecutor.java

    Severity Rule Message Line Col
    #A22939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A22940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A22941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A22942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A22943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A22944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A22945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A22946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A22947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A22948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/InternalTermsStatsFacet.java

    Severity Rule Message Line Col
    #A22949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A22950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/TermsStatsFacet.java

    Severity Rule Message Line Col
    #A22951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A22952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 13
    #A22953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A22954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A22955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A22956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 13
    #A22957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A22958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 13
    #A22959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A22960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 13
    #A22961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A22962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 13
    #A22963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A22964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 13
    #A22965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A22966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 13
    #A22967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A22968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 13
    #A22969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A22970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 13
    #A22971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A22972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 13
    #A22973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A22974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/TermsStatsFacetBuilder.java

    Severity Rule Message Line Col
    #A22975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A22976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/TermsStatsFacetParser.java

    Severity Rule Message Line Col
    #A22977 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45
    #A22978 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 45 5
    #A22979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A22980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A22981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A22983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A22984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A22985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A22986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/doubles/InternalTermsStatsDoubleFacet.java

    Severity Rule Message Line Col
    #A22987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A22988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A22989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A22990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A22991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A22992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A22993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A22994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A22995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A22996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A22997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A22998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A22999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A23000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9
    #A23001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A23002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A23003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A23004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 9
    #A23005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A23006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 9
    #A23007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A23008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A23009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A23010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A23011 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 160
    #A23012 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 160 5
    #A23013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A23014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A23015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A23016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A23017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A23018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A23019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A23020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 5
    #A23021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A23022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 5
    #A23023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A23024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/doubles/TermsStatsDoubleFacetExecutor.java

    Severity Rule Message Line Col
    #A23025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A23026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A23027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A23028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A23029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A23030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A23031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A23032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A23033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A23034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 9
    #A23035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A23036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A23037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A23038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 9
    #A23039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A23040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 13
    #A23041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A23042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/longs/InternalTermsStatsLongFacet.java

    Severity Rule Message Line Col
    #A23043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A23044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A23045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A23046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A23047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A23048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 9
    #A23049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A23050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 9
    #A23051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A23052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 9
    #A23053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A23054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A23055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A23056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9
    #A23057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A23058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A23059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A23060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 9
    #A23061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A23062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 9
    #A23063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A23064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A23065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A23066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A23067 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 160
    #A23068 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 160 5
    #A23069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A23070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A23071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A23072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A23073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A23074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A23075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A23076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 5
    #A23077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A23078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 5
    #A23079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A23080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/longs/TermsStatsLongFacetExecutor.java

    Severity Rule Message Line Col
    #A23081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A23082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A23083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A23084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A23085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A23086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A23087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A23088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 9
    #A23089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A23090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 9
    #A23091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A23092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A23093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A23094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A23095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A23096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 13
    #A23097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A23098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/strings/InternalTermsStatsStringFacet.java

    Severity Rule Message Line Col
    #A23099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A23100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A23101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A23102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A23103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A23104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 9
    #A23105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A23106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A23107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A23108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A23109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A23110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A23111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A23112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 9
    #A23113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A23114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A23115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A23116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A23117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A23118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A23119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A23120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A23121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A23122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A23123 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 165
    #A23124 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 165 5
    #A23125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A23126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A23127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A23128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A23129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A23130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A23131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A23132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5
    #A23133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A23134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 5
    #A23135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A23136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/facet/termsstats/strings/TermsStatsStringFacetExecutor.java

    Severity Rule Message Line Col
    #A23137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A23138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A23139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A23140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A23141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A23142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9
    #A23143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A23144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 9
    #A23145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A23146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A23147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A23148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 9
    #A23149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A23150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 9
    #A23151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A23152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 13
    #A23153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A23154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/FetchPhase.java

    Severity Rule Message Line Col
    #A23155 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 77
    #A23156 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 77 5
    #A23157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A23158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A23159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A23160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/FetchSearchResult.java

    Severity Rule Message Line Col
    #A23161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A23162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A23163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A23164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A23165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A23166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A23167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A23168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/FieldsParseElement.java

    Severity Rule Message Line Col
    #A23169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A23170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/QueryFetchSearchResult.java

    Severity Rule Message Line Col
    #A23171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A23172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A23173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A23174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A23175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A23176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A23177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A23178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/ScrollQueryFetchSearchResult.java

    Severity Rule Message Line Col
    #A23179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A23180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A23181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A23182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/ShardFetchRequest.java

    Severity Rule Message Line Col
    #A23183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A23184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A23185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A23186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/ShardFetchSearchRequest.java

    Severity Rule Message Line Col
    #A23187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A23188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A23189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A23190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A23191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A23192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A23193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A23194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/explain/ExplainFetchSubPhase.java

    Severity Rule Message Line Col
    #A23195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A23196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A23197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A23198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A23199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A23200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A23201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A23202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A23203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A23204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/explain/ExplainParseElement.java

    Severity Rule Message Line Col
    #A23205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A23206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/fielddata/FieldDataFieldsFetchSubPhase.java

    Severity Rule Message Line Col
    #A23207 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46
    #A23208 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 46 5
    #A23209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A23210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A23211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A23212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A23213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A23214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A23215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A23216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A23217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A23218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/fielddata/FieldDataFieldsParseElement.java

    Severity Rule Message Line Col
    #A23219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A23220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/innerhits/InnerHitsBuilder.java

    Severity Rule Message Line Col
    #A23221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A23222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A23223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A23224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/innerhits/InnerHitsContext.java

    Severity Rule Message Line Col
    #A23225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A23226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A23227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A23228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A23229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A23230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A23231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A23232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 9
    #A23233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A23234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 13
    #A23235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193
    #A23236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 193 21
    #A23237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A23238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 21
    #A23239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A23240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 29
    #A23241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A23242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 29
    #A23243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A23244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 29
    #A23245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A23246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 29
    #A23247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A23248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/innerhits/InnerHitsFetchSubPhase.java

    Severity Rule Message Line Col
    #A23249 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58
    #A23250 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 58 5
    #A23251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A23252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A23253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A23254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A23255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A23256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A23257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A23258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A23259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A23260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/innerhits/InnerHitsParseElement.java

    Severity Rule Message Line Col
    #A23261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A23262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/matchedqueries/MatchedQueriesFetchSubPhase.java

    Severity Rule Message Line Col
    #A23263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A23264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A23265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A23266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A23267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A23268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A23269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A23270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A23271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A23272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/partial/PartialFieldsFetchSubPhase.java

    Severity Rule Message Line Col
    #A23273 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A23274 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A23275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A23276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A23277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A23278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A23279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A23280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A23281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A23282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A23283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A23284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/partial/PartialFieldsParseElement.java

    Severity Rule Message Line Col
    #A23285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A23286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/script/ScriptFieldsFetchSubPhase.java

    Severity Rule Message Line Col
    #A23287 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A23288 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A23289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A23290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A23291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A23292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A23293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A23294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A23295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A23296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A23297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A23298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/script/ScriptFieldsParseElement.java

    Severity Rule Message Line Col
    #A23299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A23300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/source/FetchSourceContext.java

    Severity Rule Message Line Col
    #A23301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A23302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A23303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A23304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A23305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A23306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A23307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A23308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/source/FetchSourceParseElement.java

    Severity Rule Message Line Col
    #A23309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A23310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/source/FetchSourceSubPhase.java

    Severity Rule Message Line Col
    #A23311 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A23312 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A23313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A23314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A23315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A23316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A23317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A23318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A23319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A23320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A23321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A23322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/version/VersionFetchSubPhase.java

    Severity Rule Message Line Col
    #A23323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A23324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A23325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A23326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A23327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A23328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A23329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A23330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A23331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A23332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/fetch/version/VersionParseElement.java

    Severity Rule Message Line Col
    #A23333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A23334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/CustomQueryScorer.java

    Severity Rule Message Line Col
    #A23335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A23336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A23337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A23338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/FastVectorHighlighter.java

    Severity Rule Message Line Col
    #A23339 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50
    #A23340 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 50 5
    #A23341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A23342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A23343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A23344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/HighlightBuilder.java

    Severity Rule Message Line Col
    #A23345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A23346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/HighlightField.java

    Severity Rule Message Line Col
    #A23347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A23348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A23349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A23350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A23351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A23352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/HighlightModule.java

    Severity Rule Message Line Col
    #A23353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A23354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/HighlightPhase.java

    Severity Rule Message Line Col
    #A23355 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A23356 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A23357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A23358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A23359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A23360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A23361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A23362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A23363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A23364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A23365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A23366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/HighlighterParseElement.java

    Severity Rule Message Line Col
    #A23367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A23368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/Highlighters.java

    Severity Rule Message Line Col
    #A23369 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A23370 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/PlainHighlighter.java

    Severity Rule Message Line Col
    #A23371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A23372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A23373 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68
    #A23374 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/PostingsHighlighter.java

    Severity Rule Message Line Col
    #A23375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A23376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A23377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A23378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/vectorhighlight/FragmentBuilderHelper.java

    Severity Rule Message Line Col
    #A23379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A23380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/vectorhighlight/SimpleFragmentsBuilder.java

    Severity Rule Message Line Col
    #A23381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A23382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/vectorhighlight/SourceScoreOrderFragmentsBuilder.java

    Severity Rule Message Line Col
    #A23383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A23384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/highlight/vectorhighlight/SourceSimpleFragmentsBuilder.java

    Severity Rule Message Line Col
    #A23385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A23386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/ContextIndexSearcher.java

    Severity Rule Message Line Col
    #A23387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A23388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A23389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A23390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A23391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A23392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A23393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A23394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A23395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A23396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/DefaultSearchContext.java

    Severity Rule Message Line Col
    #A23397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A23398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 5
    #A23399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A23400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A23401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A23402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 5
    #A23403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480
    #A23404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480 5
    #A23405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 501
    #A23406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 501 5
    #A23407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506
    #A23408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506 5
    #A23409 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 626
    #A23410 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 626 5
    #A23411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 678
    #A23412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 678 5
    #A23413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 683
    #A23414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 683 5
    #A23415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 715
    #A23416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 715 5
    #A23417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 720
    #A23418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 720 5
    #A23419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 725
    #A23420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 725 5
    #A23421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 730
    #A23422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 730 5
    #A23423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735
    #A23424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 735 5
    #A23425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 740
    #A23426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 740 5
    #A23427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 750
    #A23428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 750 5
    #A23429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 755
    #A23430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 755 5
    #A23431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 760
    #A23432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 760 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/DocIdSetCollector.java

    Severity Rule Message Line Col
    #A23433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A23434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A23435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A23436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A23437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A23438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A23439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A23440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A23441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A23442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/FilteredSearchContext.java

    Severity Rule Message Line Col
    #A23443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A23444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A23445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A23446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A23447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A23448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A23449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A23450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A23451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A23452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A23453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A23454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A23455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A23456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A23457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A23458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A23459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A23460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A23461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A23462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A23463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A23464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A23465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A23466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A23467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A23468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A23469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A23470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A23471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A23472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A23473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A23474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A23475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A23476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A23477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A23478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A23479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A23480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A23481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A23482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A23483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A23484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A23485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A23486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 5
    #A23487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A23488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A23489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A23490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5
    #A23491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A23492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5
    #A23493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A23494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A23495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A23496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A23497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A23498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A23499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A23500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 5
    #A23501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A23502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 5
    #A23503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A23504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A23505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A23506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5
    #A23507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A23508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5
    #A23509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A23510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 5
    #A23511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A23512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 5
    #A23513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A23514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 5
    #A23515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A23516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 5
    #A23517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A23518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 5
    #A23519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A23520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5
    #A23521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A23522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A23523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A23524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 5
    #A23525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A23526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 5
    #A23527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A23528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 5
    #A23529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A23530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 5
    #A23531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A23532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 5
    #A23533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A23534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 5
    #A23535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309
    #A23536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 309 5
    #A23537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A23538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 5
    #A23539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A23540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 5
    #A23541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A23542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 5
    #A23543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A23544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 5
    #A23545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A23546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 5
    #A23547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A23548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 5
    #A23549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A23550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 5
    #A23551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A23552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 5
    #A23553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A23554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 5
    #A23555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 359
    #A23556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 359 5
    #A23557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364
    #A23558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364 5
    #A23559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A23560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 5
    #A23561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A23562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 5
    #A23563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A23564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 5
    #A23565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384
    #A23566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384 5
    #A23567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389
    #A23568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389 5
    #A23569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394
    #A23570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394 5
    #A23571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399
    #A23572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399 5
    #A23573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 404
    #A23574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 404 5
    #A23575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409
    #A23576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409 5
    #A23577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414
    #A23578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 414 5
    #A23579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A23580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 5
    #A23581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A23582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 5
    #A23583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A23584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 5
    #A23585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434
    #A23586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434 5
    #A23587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A23588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 5
    #A23589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444
    #A23590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444 5
    #A23591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 449
    #A23592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 449 5
    #A23593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454
    #A23594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454 5
    #A23595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459
    #A23596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459 5
    #A23597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464
    #A23598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464 5
    #A23599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469
    #A23600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469 5
    #A23601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474
    #A23602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474 5
    #A23603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479
    #A23604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479 5
    #A23605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484
    #A23606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484 5
    #A23607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489
    #A23608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489 5
    #A23609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494
    #A23610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494 5
    #A23611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 499
    #A23612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 499 5
    #A23613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 504
    #A23614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 504 5
    #A23615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509
    #A23616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509 5
    #A23617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514
    #A23618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514 5
    #A23619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 519
    #A23620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 519 5
    #A23621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524
    #A23622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 524 5
    #A23623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 529
    #A23624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 529 5
    #A23625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 534
    #A23626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 534 5
    #A23627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539
    #A23628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539 5
    #A23629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544
    #A23630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544 5
    #A23631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 549
    #A23632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 549 5
    #A23633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 554
    #A23634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 554 5
    #A23635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559
    #A23636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559 5
    #A23637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 564
    #A23638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 564 5
    #A23639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569
    #A23640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569 5
    #A23641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574
    #A23642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574 5
    #A23643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579
    #A23644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 579 5
    #A23645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 584
    #A23646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 584 5
    #A23647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 589
    #A23648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 589 5
    #A23649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 594
    #A23650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 594 5
    #A23651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 599
    #A23652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 599 5
    #A23653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 604
    #A23654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 604 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalScrollSearchRequest.java

    Severity Rule Message Line Col
    #A23655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A23656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A23657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A23658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalSearchHit.java

    Severity Rule Message Line Col
    #A23659 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 91
    #A23660 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 91 5
    #A23661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A23662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A23663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A23664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A23665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A23666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A23667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A23668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A23669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A23670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A23671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A23672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A23673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A23674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A23675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A23676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A23677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A23678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A23679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A23680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 5
    #A23681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A23682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A23683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A23684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 5
    #A23685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A23686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A23687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A23688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 5
    #A23689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A23690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 5
    #A23691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A23692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 5
    #A23693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A23694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 5
    #A23695 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 268
    #A23696 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 268 5
    #A23697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A23698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5
    #A23699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A23700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A23701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A23702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5
    #A23703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A23704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 5
    #A23705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A23706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 5
    #A23707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A23708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 5
    #A23709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A23710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 5
    #A23711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A23712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 5
    #A23713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A23714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 5
    #A23715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362
    #A23716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 362 5
    #A23717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A23718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 5
    #A23719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376
    #A23720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 376 5
    #A23721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A23722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 5
    #A23723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394
    #A23724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 394 5
    #A23725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399
    #A23726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399 5
    #A23727 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 404
    #A23728 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 404 5
    #A23729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430
    #A23730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430 5
    #A23731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 551
    #A23732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 551 5
    #A23733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 701
    #A23734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 701 5
    #A23735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 833
    #A23736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 833 9
    #A23737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 838
    #A23738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 838 9
    #A23739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 843
    #A23740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 843 9
    #A23741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 848
    #A23742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 848 9
    #A23743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 855
    #A23744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 855 9
    #A23745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 862
    #A23746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 862 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalSearchHitField.java

    Severity Rule Message Line Col
    #A23747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A23748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A23749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A23750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A23751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A23752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A23753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A23754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A23755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A23756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A23757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A23758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A23759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A23760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A23761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A23762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalSearchHits.java

    Severity Rule Message Line Col
    #A23763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A23764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A23765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A23766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A23767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A23768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A23769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A23770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A23771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A23772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A23773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A23774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A23775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A23776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A23777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A23778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A23779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A23780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A23781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A23782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/InternalSearchResponse.java

    Severity Rule Message Line Col
    #A23783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A23784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A23785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A23786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A23787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A23788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/SearchContext.java

    Severity Rule Message Line Col
    #A23789 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 300
    #A23790 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 300 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/ShardSearchLocalRequest.java

    Severity Rule Message Line Col
    #A23791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A23792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A23793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A23794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A23795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A23796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A23797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A23798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A23799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A23800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A23801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A23802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A23803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A23804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A23805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A23806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A23807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A23808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A23809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A23810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A23811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A23812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A23813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A23814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 5
    #A23815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A23816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A23817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A23818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 5
    #A23819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A23820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 5
    #A23821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A23822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A23823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A23824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A23825 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 214
    #A23826 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 214 5
    #A23827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A23828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/ShardSearchTransportRequest.java

    Severity Rule Message Line Col
    #A23829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A23830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A23831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A23832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A23833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A23834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A23835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A23836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A23837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A23838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A23839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A23840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A23841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A23842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A23843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A23844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A23845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A23846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A23847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A23848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A23849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A23850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A23851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A23852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A23853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A23854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A23855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A23856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A23857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A23858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A23859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A23860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A23861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A23862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A23863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A23864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A23865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A23866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A23867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A23868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A23869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A23870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A23871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A23872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/internal/SubSearchContext.java

    Severity Rule Message Line Col
    #A23873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A23874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A23875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A23876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A23877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A23878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A23879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A23880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A23881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A23882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A23883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A23884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A23885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A23886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A23887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A23888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A23889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A23890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A23891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A23892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A23893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A23894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A23895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A23896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A23897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A23898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A23899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A23900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A23901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A23902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5
    #A23903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A23904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A23905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A23906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5
    #A23907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A23908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A23909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A23910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A23911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A23912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A23913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A23914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5
    #A23915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A23916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A23917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A23918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A23919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A23920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5
    #A23921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A23922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A23923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A23924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5
    #A23925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A23926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 5
    #A23927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A23928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 5
    #A23929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A23930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 5
    #A23931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A23932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 5
    #A23933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A23934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 5
    #A23935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A23936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 5
    #A23937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A23938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 5
    #A23939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A23940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 5
    #A23941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A23942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 5
    #A23943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A23944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5
    #A23945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A23946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A23947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A23948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 5
    #A23949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A23950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 5
    #A23951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A23952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 5
    #A23953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A23954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 5
    #A23955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A23956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 5
    #A23957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315
    #A23958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315 5
    #A23959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320
    #A23960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 320 5
    #A23961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325
    #A23962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325 5
    #A23963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330
    #A23964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 330 5
    #A23965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A23966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 5
    #A23967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A23968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 5
    #A23969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A23970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 5
    #A23971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355
    #A23972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355 5
    #A23973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A23974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 5
    #A23975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365
    #A23976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 365 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/lookup/CachedPositionIterator.java

    Severity Rule Message Line Col
    #A23977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A23978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A23979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A23980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13
    #A23981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A23982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 13
    #A23983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A23984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A23985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A23986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A23987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A23988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/lookup/DocLookup.java

    Severity Rule Message Line Col
    #A23989 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 47
    #A23990 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 47 5
    #A23991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A23992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/lookup/FieldsLookup.java

    Severity Rule Message Line Col
    #A23993 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 45
    #A23994 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 45 5
    #A23995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A23996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A23997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A23998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A23999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A24000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A24001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A24002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A24003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A24004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A24005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A24006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A24007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A24008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A24009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A24010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A24011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A24012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A24013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A24014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A24015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A24016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A24017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A24018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/lookup/IndexFieldTerm.java

    Severity Rule Message Line Col
    #A24019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A24020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/lookup/IndexLookup.java

    Severity Rule Message Line Col
    #A24021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A24022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/lookup/PositionIterator.java

    Severity Rule Message Line Col
    #A24023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A24024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A24025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A24026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A24027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A24028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A24029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A24030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A24031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A24032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A24033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A24034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 9
    #A24035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A24036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A24037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A24038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 9
    #A24039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A24040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A24041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A24042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A24043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A24044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 9
    #A24045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A24046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/lookup/SourceLookup.java

    Severity Rule Message Line Col
    #A24047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A24048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A24049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A24050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A24051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A24052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A24053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A24054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 5
    #A24055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A24056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 5
    #A24057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A24058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A24059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A24060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A24061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A24062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 5
    #A24063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A24064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 5
    #A24065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A24066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 5
    #A24067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A24068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A24069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A24070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/FilterBinaryParseElement.java

    Severity Rule Message Line Col
    #A24071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/FromParseElement.java

    Severity Rule Message Line Col
    #A24073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/IndicesBoostParseElement.java

    Severity Rule Message Line Col
    #A24075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A24076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/MinScoreParseElement.java

    Severity Rule Message Line Col
    #A24077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A24078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/PostFilterParseElement.java

    Severity Rule Message Line Col
    #A24079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A24080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/QueryBinaryParseElement.java

    Severity Rule Message Line Col
    #A24081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/QueryParseElement.java

    Severity Rule Message Line Col
    #A24083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A24084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/QueryPhase.java

    Severity Rule Message Line Col
    #A24085 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54
    #A24086 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 54 5
    #A24087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A24088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A24089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A24090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/QuerySearchRequest.java

    Severity Rule Message Line Col
    #A24091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A24092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A24093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A24094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A24095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A24096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A24097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A24098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/QuerySearchResult.java

    Severity Rule Message Line Col
    #A24099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A24100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A24101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A24102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A24103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A24104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A24105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A24106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 5
    #A24107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A24108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/ScrollQuerySearchResult.java

    Severity Rule Message Line Col
    #A24109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A24110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A24111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A24112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/SizeParseElement.java

    Severity Rule Message Line Col
    #A24113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/TerminateAfterParseElement.java

    Severity Rule Message Line Col
    #A24115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/query/TimeoutParseElement.java

    Severity Rule Message Line Col
    #A24117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A24118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/rescore/QueryRescorer.java

    Severity Rule Message Line Col
    #A24119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A24120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 13
    #A24121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A24122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 13
    #A24123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A24124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 13
    #A24125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A24126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A24127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A24128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 13
    #A24129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A24130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13
    #A24131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A24132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13
    #A24133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A24134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A24135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A24136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A24137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A24138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 13
    #A24139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A24140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A24141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A24142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 5
    #A24143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A24144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A24145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A24146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A24147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A24148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A24149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A24150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 9
    #A24151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A24152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/rescore/RescoreBuilder.java

    Severity Rule Message Line Col
    #A24153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A24154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A24155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A24156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A24157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A24158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/rescore/RescoreParseElement.java

    Severity Rule Message Line Col
    #A24159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A24160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/rescore/RescorePhase.java

    Severity Rule Message Line Col
    #A24161 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40
    #A24162 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 40 5
    #A24163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A24164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A24165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A24166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A24167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A24168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/scan/ScanContext.java

    Severity Rule Message Line Col
    #A24169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A24170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9
    #A24171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A24172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A24173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A24174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9
    #A24175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A24176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A24177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A24178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 13
    #A24179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A24180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/FieldSortBuilder.java

    Severity Rule Message Line Col
    #A24181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A24182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A24183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A24184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A24185 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 85
    #A24186 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 85 5
    #A24187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A24188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/GeoDistanceSortBuilder.java

    Severity Rule Message Line Col
    #A24189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A24190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A24191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A24192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A24193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A24194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/GeoDistanceSortParser.java

    Severity Rule Message Line Col
    #A24195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A24196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A24197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A24198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A24199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A24200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 13
    #A24201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A24202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 13
    #A24203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A24204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 21
    #A24205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A24206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 29

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/ScoreSortBuilder.java

    Severity Rule Message Line Col
    #A24207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A24208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A24209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A24210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A24211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A24212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/ScriptSortBuilder.java

    Severity Rule Message Line Col
    #A24213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A24214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A24215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A24216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A24217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A24218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/ScriptSortParser.java

    Severity Rule Message Line Col
    #A24219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A24220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A24221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A24222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A24223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A24224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 21
    #A24225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A24226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 29
    #A24227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A24228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 21
    #A24229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A24230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 21
    #A24231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A24232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 29
    #A24233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A24234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/SortBuilder.java

    Severity Rule Message Line Col
    #A24235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/SortOrder.java

    Severity Rule Message Line Col
    #A24237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 9
    #A24239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A24240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/SortParseElement.java

    Severity Rule Message Line Col
    #A24241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A24242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/sort/TrackScoresParseElement.java

    Severity Rule Message Line Col
    #A24243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A24244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/Suggest.java

    Severity Rule Message Line Col
    #A24245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A24246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A24247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A24248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A24249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A24250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A24251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A24252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A24253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A24254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A24255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A24256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9
    #A24257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A24258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 9
    #A24259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A24260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 9
    #A24261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321
    #A24262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321 9
    #A24263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A24264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 13
    #A24265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 449
    #A24266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 449 13
    #A24267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 463
    #A24268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 463 13
    #A24269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471
    #A24270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471 13
    #A24271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489
    #A24272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489 13
    #A24273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500
    #A24274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 500 13
    #A24275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586
    #A24276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586 17
    #A24277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597
    #A24278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 597 17
    #A24279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608
    #A24280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 608 17
    #A24281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 632
    #A24282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 632 17
    #A24283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 642
    #A24284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 642 17
    #A24285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 683
    #A24286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 683 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/SuggestBuilder.java

    Severity Rule Message Line Col
    #A24287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A24288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A24289 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 147
    #A24290 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 147 9
    #A24291 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 222
    #A24292 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 222 9
    #A24293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A24294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A24295 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 269
    #A24296 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 269 9
    #A24297 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 279
    #A24298 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 279 9
    #A24299 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 288
    #A24300 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 288 9
    #A24301 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 309
    #A24302 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 309 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/SuggestModule.java

    Severity Rule Message Line Col
    #A24303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A24304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/SuggestParseElement.java

    Severity Rule Message Line Col
    #A24305 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41
    #A24306 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 41 5
    #A24307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A24308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/SuggestPhase.java

    Severity Rule Message Line Col
    #A24309 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A24310 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A24311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A24312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A24313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A24314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A24315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A24316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/Suggesters.java

    Severity Rule Message Line Col
    #A24317 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A24318 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/AnalyzingCompletionLookupProvider.java

    Severity Rule Message Line Col
    #A24319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A24320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A24321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A24322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A24323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A24324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A24325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A24326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 13
    #A24327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A24328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 21
    #A24329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A24330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 21
    #A24331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A24332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 21
    #A24333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A24334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 21
    #A24335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A24336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 9
    #A24337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A24338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A24339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A24340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 9
    #A24341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204
    #A24342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 204 5
    #A24343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A24344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 13
    #A24345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A24346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 13
    #A24347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A24348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 13
    #A24349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317
    #A24350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 317 13
    #A24351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A24352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/Completion090PostingsFormat.java

    Severity Rule Message Line Col
    #A24353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A24354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A24355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A24356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A24357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A24358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A24359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A24360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 17
    #A24361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A24362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 17
    #A24363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A24364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 17
    #A24365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A24366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 17
    #A24367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A24368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 9
    #A24369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A24370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9
    #A24371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A24372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 9
    #A24373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A24374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 9
    #A24375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A24376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A24377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A24378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 9
    #A24379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A24380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 9
    #A24381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A24382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 9
    #A24383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A24384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A24385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A24386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 9
    #A24387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312
    #A24388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 312 9
    #A24389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A24390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionPostingsFormatProvider.java

    Severity Rule Message Line Col
    #A24391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A24392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionStats.java

    Severity Rule Message Line Col
    #A24393 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 40
    #A24394 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 40 5
    #A24395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A24396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A24397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A24398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A24399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A24400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionSuggestParser.java

    Severity Rule Message Line Col
    #A24401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A24402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionSuggester.java

    Severity Rule Message Line Col
    #A24403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A24404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A24405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A24406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A24407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A24408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A24409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A24410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionSuggestion.java

    Severity Rule Message Line Col
    #A24411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A24412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A24413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A24414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A24415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A24416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A24417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A24418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 13
    #A24419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A24420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 13
    #A24421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A24422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionSuggestionBuilder.java

    Severity Rule Message Line Col
    #A24423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A24424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionSuggestionFuzzyBuilder.java

    Severity Rule Message Line Col
    #A24425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A24426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/completion/CompletionTokenStream.java

    Severity Rule Message Line Col
    #A24427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A24428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A24429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A24430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A24431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A24432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A24433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A24434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A24435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A24436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A24437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A24438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 9
    #A24439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A24440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A24441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A24442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A24443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A24444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 9
    #A24445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A24446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/context/CategoryContextMapping.java

    Severity Rule Message Line Col
    #A24447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A24448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A24449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A24450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A24451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A24452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A24453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A24454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 5
    #A24455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A24456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 5
    #A24457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A24458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A24459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A24460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 9
    #A24461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A24462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 9
    #A24463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A24464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 9
    #A24465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348
    #A24466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/context/ContextMapping.java

    Severity Rule Message Line Col
    #A24467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A24468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A24469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A24470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A24471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A24472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/context/GeolocationContextMapping.java

    Severity Rule Message Line Col
    #A24473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A24474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5
    #A24475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A24476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 5
    #A24477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A24478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 5
    #A24479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321
    #A24480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321 5
    #A24481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399
    #A24482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399 5
    #A24483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410
    #A24484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410 5
    #A24485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 589
    #A24486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 589 9
    #A24487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A24488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 9
    #A24489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 690
    #A24490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 690 9
    #A24491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 705
    #A24492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 705 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/CandidateScorer.java

    Severity Rule Message Line Col
    #A24493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A24494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/Correction.java

    Severity Rule Message Line Col
    #A24495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A24496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A24497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A24498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/DirectCandidateGenerator.java

    Severity Rule Message Line Col
    #A24499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A24500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A24501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A24502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A24503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A24504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A24505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A24506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 13
    #A24507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A24508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 17
    #A24509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A24510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 9
    #A24511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A24512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 9
    #A24513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A24514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 9
    #A24515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A24516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 9
    #A24517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A24518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/LaplaceScorer.java

    Severity Rule Message Line Col
    #A24519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A24520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 9
    #A24521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A24522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A24523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A24524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/LinearInterpoatingScorer.java

    Severity Rule Message Line Col
    #A24525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A24526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A24527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A24528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/MultiCandidateGeneratorWrapper.java

    Severity Rule Message Line Col
    #A24529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A24530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A24531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A24532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A24533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A24534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A24535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A24536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 17
    #A24537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A24538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/NoisyChannelSpellChecker.java

    Severity Rule Message Line Col
    #A24539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A24540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A24541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A24542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A24543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A24544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/PhraseSuggestParser.java

    Severity Rule Message Line Col
    #A24545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A24546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 25
    #A24547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A24548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 25
    #A24549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A24550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/PhraseSuggester.java

    Severity Rule Message Line Col
    #A24551 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59
    #A24552 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 59 5
    #A24553 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A24554 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A24555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A24556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5
    #A24557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A24558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/PhraseSuggestion.java

    Severity Rule Message Line Col
    #A24559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A24560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A24561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A24562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A24563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A24564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A24565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A24566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A24567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A24568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A24569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A24570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/PhraseSuggestionBuilder.java

    Severity Rule Message Line Col
    #A24571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A24572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 5
    #A24573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A24574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9
    #A24575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A24576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 9
    #A24577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A24578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 9
    #A24579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A24580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 9
    #A24581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 626
    #A24582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 626 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/phrase/StupidBackoffScorer.java

    Severity Rule Message Line Col
    #A24583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A24584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 9
    #A24585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A24586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A24587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A24588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/term/TermSuggester.java

    Severity Rule Message Line Col
    #A24589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A24590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A24591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A24592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A24593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A24594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A24595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A24596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/term/TermSuggestion.java

    Severity Rule Message Line Col
    #A24597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A24598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 9
    #A24599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A24600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 9
    #A24601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A24602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A24603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A24604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A24605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A24606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 5
    #A24607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A24608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A24609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A24610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 13
    #A24611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A24612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 13
    #A24613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A24614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 13
    #A24615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A24616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/suggest/term/TermSuggestionBuilder.java

    Severity Rule Message Line Col
    #A24617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A24618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/warmer/IndexWarmerMissingException.java

    Severity Rule Message Line Col
    #A24619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A24620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/search/warmer/IndexWarmersMetaData.java

    Severity Rule Message Line Col
    #A24621 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 68
    #A24622 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 68 9
    #A24623 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 73
    #A24624 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 73 9
    #A24625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A24626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A24627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A24628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A24629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A24630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9
    #A24631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A24632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A24633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A24634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9
    #A24635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A24636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A24637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A24638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 9
    #A24639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A24640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/ConcurrentSnapshotExecutionException.java

    Severity Rule Message Line Col
    #A24641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A24642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/InvalidSnapshotNameException.java

    Severity Rule Message Line Col
    #A24643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A24644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/RestoreInfo.java

    Severity Rule Message Line Col
    #A24645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A24646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A24647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A24648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A24649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A24650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/RestoreService.java

    Severity Rule Message Line Col
    #A24651 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 119
    #A24652 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 119 5
    #A24653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A24654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 17
    #A24655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397
    #A24656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397 17
    #A24657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403
    #A24658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403 17
    #A24659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408
    #A24660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408 17
    #A24661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469
    #A24662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 469 13
    #A24663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506
    #A24664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 506 13
    #A24665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511
    #A24666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 511 13
    #A24667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 530
    #A24668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 530 29
    #A24669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 712
    #A24670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 712 5
    #A24671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 961
    #A24672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 961 9
    #A24673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 969
    #A24674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 969 9
    #A24675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 995
    #A24676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 995 9
    #A24677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1000
    #A24678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1000 9
    #A24679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1006
    #A24680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1006 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/SnapshotInfo.java

    Severity Rule Message Line Col
    #A24681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A24682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 5
    #A24683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A24684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 5
    #A24685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A24686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/SnapshotMissingException.java

    Severity Rule Message Line Col
    #A24687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A24688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/SnapshotShardFailure.java

    Severity Rule Message Line Col
    #A24689 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 44
    #A24690 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 44 5
    #A24691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A24692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A24693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A24694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A24695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A24696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A24697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A24698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A24699 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 114
    #A24700 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 114 5
    #A24701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A24702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A24703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A24704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A24705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A24706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/snapshots/SnapshotsService.java

    Severity Rule Message Line Col
    #A24707 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 111
    #A24708 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 111 5
    #A24709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A24710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 13
    #A24711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A24712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 13
    #A24713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A24714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 13
    #A24715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A24716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 25
    #A24717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A24718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 13
    #A24719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A24720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 17
    #A24721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A24722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 17
    #A24723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A24724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 17
    #A24725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 488
    #A24726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 488 5
    #A24727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 526
    #A24728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 526 17
    #A24729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569
    #A24730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569 33
    #A24731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574
    #A24732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574 33
    #A24733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592
    #A24734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 592 17
    #A24735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603
    #A24736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603 17
    #A24737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 637
    #A24738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 637 17
    #A24739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 814
    #A24740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 814 29
    #A24741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 892
    #A24742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 892 13
    #A24743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 930
    #A24744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 930 13
    #A24745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 959
    #A24746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 959 13
    #A24747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 994
    #A24748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 994 13
    #A24749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1018
    #A24750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1018 13
    #A24751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1023
    #A24752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1023 13
    #A24753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1054
    #A24754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1054 13
    #A24755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1119
    #A24756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1119 13
    #A24757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1124
    #A24758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1124 13
    #A24759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1129
    #A24760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1129 25
    #A24761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1138
    #A24762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1138 25
    #A24763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1183
    #A24764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1183 13
    #A24765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1254
    #A24766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1254 5
    #A24767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1259
    #A24768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1259 5
    #A24769 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1273
    #A24770 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1273 5
    #A24771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1522
    #A24772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1522 9
    #A24773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1530
    #A24774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1530 9
    #A24775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1556
    #A24776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1556 9
    #A24777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1561
    #A24778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1561 9
    #A24779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1567
    #A24780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1567 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/threadpool/ThreadPool.java

    Severity Rule Message Line Col
    #A24781 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 101
    #A24782 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 101 5
    #A24783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 481
    #A24784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 481 9
    #A24785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495
    #A24786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 495 9
    #A24787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 504
    #A24788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 504 9
    #A24789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509
    #A24790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509 9
    #A24791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514
    #A24792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 514 9
    #A24793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 531
    #A24794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 531 9
    #A24795 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536
    #A24796 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536 9
    #A24797 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541
    #A24798 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541 9
    #A24799 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 546
    #A24800 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 546 9
    #A24801 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 571
    #A24802 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 571 9
    #A24803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586
    #A24804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 586 13
    #A24805 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591
    #A24806 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 591 13
    #A24807 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 659
    #A24808 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 659 9
    #A24809 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 664
    #A24810 warning AnnotationOnSameLine Annotation 'Nullable' should be on the same line with its target. 664 9
    #A24811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 669
    #A24812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 669 9
    #A24813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 686
    #A24814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 686 9
    #A24815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 709
    #A24816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 709 9
    #A24817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 742
    #A24818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 742 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/threadpool/ThreadPoolInfo.java

    Severity Rule Message Line Col
    #A24819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A24820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A24821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A24822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A24823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A24824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A24825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A24826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/threadpool/ThreadPoolModule.java

    Severity Rule Message Line Col
    #A24827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A24828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/threadpool/ThreadPoolStats.java

    Severity Rule Message Line Col
    #A24829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A24830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A24831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A24832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A24833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A24834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 9
    #A24835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A24836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A24837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A24838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A24839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A24840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A24841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A24842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/BaseTransportRequestHandler.java

    Severity Rule Message Line Col
    #A24843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A24844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/BytesTransportRequest.java

    Severity Rule Message Line Col
    #A24845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A24846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A24847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A24848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/EmptyTransportResponseHandler.java

    Severity Rule Message Line Col
    #A24849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A24850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A24851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A24852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A24853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A24854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A24855 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A24856 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/FutureTransportResponseHandler.java

    Severity Rule Message Line Col
    #A24857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A24858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5
    #A24859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A24860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A24861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A24862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/NodeDisconnectedException.java

    Severity Rule Message Line Col
    #A24863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A24864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/NotSerializableTransportException.java

    Severity Rule Message Line Col
    #A24865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A24866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/PlainTransportFuture.java

    Severity Rule Message Line Col
    #A24867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A24868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A24869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A24870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A24871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A24872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A24873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A24874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A24875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A24876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A24877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A24878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A24879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A24880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/RemoteTransportException.java

    Severity Rule Message Line Col
    #A24881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A24882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/ResponseHandlerFailureTransportException.java

    Severity Rule Message Line Col
    #A24883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A24884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/TransportInfo.java

    Severity Rule Message Line Col
    #A24885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A24886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A24887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A24888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A24889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A24890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/TransportMessage.java

    Severity Rule Message Line Col
    #A24891 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 66
    #A24892 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 66 5
    #A24893 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75
    #A24894 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 75 5
    #A24895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A24896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A24897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A24898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/TransportModule.java

    Severity Rule Message Line Col
    #A24899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A24900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/TransportService.java

    Severity Rule Message Line Col
    #A24901 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 101
    #A24902 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 101 5
    #A24903 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 117
    #A24904 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 117 5
    #A24905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A24906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A24907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A24908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A24909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A24910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5
    #A24911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A24912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 25
    #A24913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A24914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5
    #A24915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A24916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 21
    #A24917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A24918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 9
    #A24919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347
    #A24920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 347 9
    #A24921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352
    #A24922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 352 9
    #A24923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363
    #A24924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363 9
    #A24925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A24926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 9
    #A24927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381
    #A24928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 381 9
    #A24929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388
    #A24930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 388 9
    #A24931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393
    #A24932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393 9
    #A24933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435
    #A24934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435 9
    #A24935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438
    #A24936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 438 17
    #A24937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A24938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 9
    #A24939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452
    #A24940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 452 25
    #A24941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466
    #A24942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 466 33
    #A24943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479
    #A24944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479 9
    #A24945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517
    #A24946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/TransportStats.java

    Severity Rule Message Line Col
    #A24947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A24948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A24949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A24950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A24951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A24952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/local/LocalTransport.java

    Severity Rule Message Line Col
    #A24953 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 73
    #A24954 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 73 5
    #A24955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A24956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A24957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A24958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A24959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A24960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5
    #A24961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A24962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A24963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A24964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5
    #A24965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A24966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 5
    #A24967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A24968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 5
    #A24969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A24970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A24971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A24972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A24973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A24974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 5
    #A24975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A24976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 5
    #A24977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A24978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A24979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A24980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A24981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A24982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A24983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A24984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 13
    #A24985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276
    #A24986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 276 21
    #A24987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A24988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 21
    #A24989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A24990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 21
    #A24991 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 325
    #A24992 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 325 13
    #A24993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A24994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/local/LocalTransportChannel.java

    Severity Rule Message Line Col
    #A24995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A24996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A24997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A24998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A24999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A25000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A25001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A25002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A25003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A25004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A25005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A25006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/netty/ChannelBufferStreamInput.java

    Severity Rule Message Line Col
    #A25007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A25008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A25009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A25010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A25011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A25012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A25013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A25014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A25015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A25016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A25017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A25018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A25019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A25020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A25021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A25022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A25023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A25024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A25025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A25026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A25027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A25028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A25029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A25030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/netty/MessageChannelHandler.java

    Severity Rule Message Line Col
    #A25031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A25032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A25033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A25034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A25035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A25036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 17
    #A25037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A25038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A25039 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 250
    #A25040 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 250 9
    #A25041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251
    #A25042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 251 9
    #A25043 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 274
    #A25044 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 274 9
    #A25045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A25046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 9
    #A25047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A25048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 9
    #A25049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A25050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/netty/NettyInternalESLogger.java

    Severity Rule Message Line Col
    #A25051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A25052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A25053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A25054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A25055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A25056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A25057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A25058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A25059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A25060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A25061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A25062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A25063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A25064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A25065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A25066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 5
    #A25067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A25068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A25069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A25070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A25071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A25072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A25073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A25074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/netty/NettyInternalESLoggerFactory.java

    Severity Rule Message Line Col
    #A25075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A25076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/netty/NettyTransport.java

    Severity Rule Message Line Col
    #A25077 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 152
    #A25078 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 152 5
    #A25079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A25080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A25081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A25082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5
    #A25083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A25084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 5
    #A25085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393
    #A25086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 393 13
    #A25087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470
    #A25088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470 5
    #A25089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475
    #A25090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475 13
    #A25091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542
    #A25092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542 5
    #A25093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 546
    #A25094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 546 5
    #A25095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 578
    #A25096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 578 5
    #A25097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583
    #A25098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583 5
    #A25099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 620
    #A25100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 620 5
    #A25101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 626
    #A25102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 626 5
    #A25103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 692
    #A25104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 692 5
    #A25105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 697
    #A25106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 697 5
    #A25107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702
    #A25108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 702 5
    #A25109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 865
    #A25110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 865 5
    #A25111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 920
    #A25112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 920 13
    #A25113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 952
    #A25114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 952 9
    #A25115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 989
    #A25116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 989 9
    #A25117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1018
    #A25118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1018 9
    #A25119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1023
    #A25120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1023 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/netty/NettyTransportChannel.java

    Severity Rule Message Line Col
    #A25121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A25122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A25123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A25124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A25125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A25126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A25127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A25128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/transport/netty/SizeHeaderFrameDecoder.java

    Severity Rule Message Line Col
    #A25129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A25130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/tribe/TribeModule.java

    Severity Rule Message Line Col
    #A25131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A25132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/tribe/TribeService.java

    Severity Rule Message Line Col
    #A25133 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 121
    #A25134 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 121 5
    #A25135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A25136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A25137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A25138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 5
    #A25139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A25140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 5
    #A25141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A25142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 9
    #A25143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A25144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 17
    #A25145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335
    #A25146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 335 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/watcher/AbstractResourceWatcher.java

    Severity Rule Message Line Col
    #A25147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A25148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A25149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A25150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/watcher/FileWatcher.java

    Severity Rule Message Line Col
    #A25151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A25152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A25153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A25154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/watcher/ResourceWatcherModule.java

    Severity Rule Message Line Col
    #A25155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A25156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/main/java/org/elasticsearch/watcher/ResourceWatcherService.java

    Severity Rule Message Line Col
    #A25157 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 79
    #A25158 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 79 5
    #A25159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A25160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A25161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A25162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A25163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A25164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A25165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A25166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/analysis/miscellaneous/TruncateTokenFilterTests.java

    Severity Rule Message Line Col
    #A25167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A25168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A25169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A25170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/analysis/miscellaneous/UniqueTokenFilterTests.java

    Severity Rule Message Line Col
    #A25171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A25172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A25173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A25174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/queries/BlendedTermQueryTest.java

    Severity Rule Message Line Col
    #A25175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A25176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A25177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A25178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A25179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A25180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A25181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A25182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/search/postingshighlight/CustomPassageFormatterTests.java

    Severity Rule Message Line Col
    #A25183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A25184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A25185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A25186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/search/postingshighlight/CustomPostingsHighlighterTests.java

    Severity Rule Message Line Col
    #A25187 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 42
    #A25188 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 42 1
    #A25189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A25190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A25191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A25192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A25193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A25194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 13
    #A25195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244
    #A25196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244 5
    #A25197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321
    #A25198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321 13
    #A25199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A25200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 13
    #A25201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357
    #A25202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357 5
    #A25203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 413
    #A25204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 413 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/search/postingshighlight/XPostingsHighlighterTests.java

    Severity Rule Message Line Col
    #A25205 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 43
    #A25206 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 43 1
    #A25207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A25208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A25209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A25210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 13
    #A25211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A25212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 13
    #A25213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A25214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 13
    #A25215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A25216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A25217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A25218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 13
    #A25219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A25220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A25221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A25222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 13
    #A25223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A25224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 13
    #A25225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A25226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 13
    #A25227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A25228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 13
    #A25229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A25230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 13
    #A25231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A25232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 13
    #A25233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A25234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 13
    #A25235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A25236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A25237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A25238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 13
    #A25239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A25240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 13
    #A25241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A25242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 13
    #A25243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A25244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 13
    #A25245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327
    #A25246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327 5
    #A25247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A25248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 13
    #A25249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380
    #A25250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380 13
    #A25251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A25252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 13
    #A25253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390
    #A25254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390 13
    #A25255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A25256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5
    #A25257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455
    #A25258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455 13
    #A25259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 490
    #A25260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 490 5
    #A25261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 528
    #A25262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 528 13
    #A25263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 547
    #A25264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 547 5
    #A25265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583
    #A25266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583 13
    #A25267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605
    #A25268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605 5
    #A25269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 743
    #A25270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 743 5
    #A25271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 780
    #A25272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 780 5
    #A25273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 817
    #A25274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 817 5
    #A25275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 859
    #A25276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 859 5
    #A25277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 897
    #A25278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 897 5
    #A25279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 932
    #A25280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 932 5
    #A25281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 979
    #A25282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 979 5
    #A25283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1016
    #A25284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1016 5
    #A25285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1047
    #A25286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1047 5
    #A25287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1080
    #A25288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1080 5
    #A25289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1112
    #A25290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1112 5
    #A25291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1141
    #A25292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1141 5
    #A25293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1162
    #A25294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1162 13
    #A25295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1178
    #A25296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1178 5
    #A25297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1217
    #A25298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1217 5
    #A25299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1239
    #A25300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1239 13
    #A25301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1248
    #A25302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1248 13
    #A25303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1267
    #A25304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1267 5
    #A25305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1299
    #A25306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1299 5
    #A25307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1319
    #A25308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1319 13
    #A25309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1336
    #A25310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1336 5
    #A25311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1356
    #A25312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1356 13
    #A25313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1373
    #A25314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1373 5
    #A25315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1403
    #A25316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1403 5
    #A25317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1440
    #A25318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1440 5
    #A25319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1477
    #A25320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1477 5
    #A25321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1528
    #A25322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1528 5
    #A25323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1584
    #A25324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1584 13
    #A25325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1627
    #A25326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1627 13
    #A25327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1665
    #A25328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1665 13
    #A25329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1670
    #A25330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1670 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/util/AbstractRandomizedTest.java

    Severity Rule Message Line Col
    #A25331 warning AnnotationOnSameLine Annotation 'TestMethodProviders' should be on the same line with its target. 54
    #A25332 warning AnnotationOnSameLine Annotation 'TestMethodProviders' should be on the same line with its target. 54 1
    #A25333 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 58
    #A25334 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 58 1
    #A25335 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 62
    #A25336 warning AnnotationOnSameLine Annotation 'RunWith' should be on the same line with its target. 62 1
    #A25337 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 63
    #A25338 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 63 1
    #A25339 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 304
    #A25340 warning AnnotationOnSameLine Annotation 'ClassRule' should be on the same line with its target. 304 5
    #A25341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A25342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 17
    #A25343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A25344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 17
    #A25345 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 363
    #A25346 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 363 5
    #A25347 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 384
    #A25348 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 384 5
    #A25349 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 393
    #A25350 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 393 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/apache/lucene/util/SloppyMathTests.java

    Severity Rule Message Line Col
    #A25351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31
    #A25352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31 5
    #A25353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A25354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/ElasticsearchExceptionTests.java

    Severity Rule Message Line Col
    #A25355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A25356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/NamingConventionTests.java

    Severity Rule Message Line Col
    #A25357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A25358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 17
    #A25359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A25360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 17
    #A25361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A25362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 17
    #A25363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A25364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 17
    #A25365 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 154
    #A25366 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 154 5
    #A25367 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 156
    #A25368 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 156 5
    #A25369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A25370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/VersionTests.java

    Severity Rule Message Line Col
    #A25371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A25372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A25373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A25374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A25375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A25376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A25377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A25378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/IndicesRequestTests.java

    Severity Rule Message Line Col
    #A25379 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 121
    #A25380 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 121 1
    #A25381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A25382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A25383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A25384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A25385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A25386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A25387 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 147
    #A25388 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 147 5
    #A25389 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 159
    #A25390 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 159 5
    #A25391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A25392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A25393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A25394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A25395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190
    #A25396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190 5
    #A25397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A25398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A25399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A25400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5
    #A25401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A25402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A25403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245
    #A25404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245 5
    #A25405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A25406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A25407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A25408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A25409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305
    #A25410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305 5
    #A25411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317
    #A25412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317 5
    #A25413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A25414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A25415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341
    #A25416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341 5
    #A25417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360
    #A25418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360 5
    #A25419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 379
    #A25420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 379 5
    #A25421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391
    #A25422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391 5
    #A25423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 403
    #A25424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 403 5
    #A25425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415
    #A25426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415 5
    #A25427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427
    #A25428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427 5
    #A25429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439
    #A25430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439 5
    #A25431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 451
    #A25432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 451 5
    #A25433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463
    #A25434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463 5
    #A25435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475
    #A25436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475 5
    #A25437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 487
    #A25438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 487 5
    #A25439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 499
    #A25440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 499 5
    #A25441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 511
    #A25442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 511 5
    #A25443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 523
    #A25444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 523 5
    #A25445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542
    #A25446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542 5
    #A25447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 570
    #A25448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 570 5
    #A25449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581
    #A25450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581 5
    #A25451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 592
    #A25452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 592 5
    #A25453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 604
    #A25454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 604 5
    #A25455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 615
    #A25456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 615 5
    #A25457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 626
    #A25458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 626 5
    #A25459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639
    #A25460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639 5
    #A25461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 650
    #A25462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 650 5
    #A25463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 661
    #A25464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 661 5
    #A25465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 683
    #A25466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 683 5
    #A25467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 706
    #A25468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 706 5
    #A25469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 728
    #A25470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 728 5
    #A25471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 750
    #A25472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 750 5
    #A25473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 771
    #A25474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 771 5
    #A25475 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 923
    #A25476 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 923 9
    #A25477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 941
    #A25478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 941 9
    #A25479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 956
    #A25480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 956 13
    #A25481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 961
    #A25482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 961 13
    #A25483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 978
    #A25484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 978 13
    #A25485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 983
    #A25486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 983 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/OriginalIndicesTests.java

    Severity Rule Message Line Col
    #A25487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A25488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A25489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A25490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/RejectionActionTests.java

    Severity Rule Message Line Col
    #A25491 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 44
    #A25492 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 44 1
    #A25493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A25494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A25495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A25496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A25497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A25498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 25
    #A25499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A25500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/HotThreadsTest.java

    Severity Rule Message Line Col
    #A25501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A25502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A25503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A25504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 17
    #A25505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A25506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/cluster/state/ClusterStateRequestTest.java

    Severity Rule Message Line Col
    #A25507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A25508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/cluster/stats/ClusterStatsTests.java

    Severity Rule Message Line Col
    #A25509 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42
    #A25510 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42 1
    #A25511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A25512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A25513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A25514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A25515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A25516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/indices/create/CreateIndexTests.java

    Severity Rule Message Line Col
    #A25517 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40
    #A25518 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40 1
    #A25519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A25520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A25521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A25522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A25523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A25524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A25525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A25526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/indices/get/GetIndexTests.java

    Severity Rule Message Line Col
    #A25527 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 45
    #A25528 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 45 1
    #A25529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A25530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A25531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A25532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A25533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A25534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A25535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A25536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A25537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A25538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A25539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A25540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A25541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A25542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A25543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A25544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A25545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A25546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A25547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A25548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A25549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A25550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A25551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A25552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A25553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A25554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A25555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222
    #A25556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222 5
    #A25557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249
    #A25558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249 5
    #A25559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263
    #A25560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263 5
    #A25561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A25562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A25563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291
    #A25564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291 5
    #A25565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305
    #A25566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305 5
    #A25567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340
    #A25568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340 5
    #A25569 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 367
    #A25570 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 367 5
    #A25571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 384
    #A25572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 384 5
    #A25573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389
    #A25574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389 5
    #A25575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 394
    #A25576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 394 5
    #A25577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399
    #A25578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399 5
    #A25579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 404
    #A25580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 404 5
    #A25581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409
    #A25582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409 5
    #A25583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417
    #A25584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417 5
    #A25585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 428
    #A25586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 428 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/indices/segments/IndicesSegmentsRequestTests.java

    Severity Rule Message Line Col
    #A25587 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 34
    #A25588 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 34 5
    #A25589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A25590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/admin/indices/warmer/put/PutWarmerRequestTests.java

    Severity Rule Message Line Col
    #A25591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30
    #A25592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/bulk/BulkIntegrationTests.java

    Severity Rule Message Line Col
    #A25593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A25594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A25595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A25596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/bulk/BulkProcessorClusterSettingsTests.java

    Severity Rule Message Line Col
    #A25597 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 29
    #A25598 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 29 1
    #A25599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A25600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/bulk/BulkProcessorTests.java

    Severity Rule Message Line Col
    #A25601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A25602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A25603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A25604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A25605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A25606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A25607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A25608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A25609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A25610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A25611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A25612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5
    #A25613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A25614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 9
    #A25615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342
    #A25616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 342 9
    #A25617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351
    #A25618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/bulk/BulkRequestTests.java

    Severity Rule Message Line Col
    #A25619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A25620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A25621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A25622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A25623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A25624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A25625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A25626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A25627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A25628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A25629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A25630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/get/MultiGetShardRequestTests.java

    Severity Rule Message Line Col
    #A25631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A25632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/index/IndexRequestTests.java

    Severity Rule Message Line Col
    #A25633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30
    #A25634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30 5
    #A25635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A25636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/indexedscripts/get/GetIndexedScriptRequestTests.java

    Severity Rule Message Line Col
    #A25637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A25638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/mlt/MoreLikeThisRequestTests.java

    Severity Rule Message Line Col
    #A25639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A25640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/percolate/MultiPercolatorRequestTests.java

    Severity Rule Message Line Col
    #A25641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A25642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A25643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A25644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/search/MultiSearchRequestTests.java

    Severity Rule Message Line Col
    #A25645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A25646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A25647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A25648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A25649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A25650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/support/IndicesOptionsTests.java

    Severity Rule Message Line Col
    #A25651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A25652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A25653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A25654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/support/TransportActionFilterChainTests.java

    Severity Rule Message Line Col
    #A25655 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 46
    #A25656 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 46 5
    #A25657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A25658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A25659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A25660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 13
    #A25661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A25662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 13
    #A25663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A25664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13
    #A25665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A25666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A25667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A25668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 13
    #A25669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A25670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 13
    #A25671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A25672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 13
    #A25673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A25674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A25675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A25676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 13
    #A25677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A25678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 13
    #A25679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246
    #A25680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 246 13
    #A25681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A25682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 13
    #A25683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A25684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A25685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A25686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 13
    #A25687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A25688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 13
    #A25689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A25690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 13
    #A25691 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A25692 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 13
    #A25693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A25694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 9
    #A25695 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 348
    #A25696 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 348 9
    #A25697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A25698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 9
    #A25699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357
    #A25700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 357 9
    #A25701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A25702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 9
    #A25703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380
    #A25704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380 9
    #A25705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A25706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 9
    #A25707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396
    #A25708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396 13
    #A25709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A25710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 13
    #A25711 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 403
    #A25712 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 403 13
    #A25713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409
    #A25714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 409 13
    #A25715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418
    #A25716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418 13
    #A25717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A25718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 13
    #A25719 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 425
    #A25720 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 425 13
    #A25721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431
    #A25722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431 13
    #A25723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447
    #A25724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 447 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/AbstractTermVectorTests.java

    Severity Rule Message Line Col
    #A25725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A25726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 9
    #A25727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A25728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A25729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A25730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 9
    #A25731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A25732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/GetTermVectorCheckDocFreqTests.java

    Severity Rule Message Line Col
    #A25733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A25734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A25735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A25736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A25737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A25738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A25739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A25740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/GetTermVectorTests.java

    Severity Rule Message Line Col
    #A25741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A25742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A25743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A25744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A25745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A25746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A25747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A25748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A25749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A25750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A25751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A25752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A25753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377
    #A25754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377 5
    #A25755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 404
    #A25756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 404 5
    #A25757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 573
    #A25758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 573 5
    #A25759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 666
    #A25760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 666 5
    #A25761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 761
    #A25762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 761 5
    #A25763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 789
    #A25764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 789 5
    #A25765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 848
    #A25766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 848 5
    #A25767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 877
    #A25768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 877 5
    #A25769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 925
    #A25770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 925 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/MultiTermVectorsTests.java

    Severity Rule Message Line Col
    #A25771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30
    #A25772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30 5
    #A25773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A25774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/termvector/TermVectorUnitTests.java

    Severity Rule Message Line Col
    #A25775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A25776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A25777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A25778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A25779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A25780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A25781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A25782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A25783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A25784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A25785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281
    #A25786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281 5
    #A25787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292
    #A25788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/action/update/UpdateRequestTests.java

    Severity Rule Message Line Col
    #A25789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A25790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/aliases/IndexAliasesTests.java

    Severity Rule Message Line Col
    #A25791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A25792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A25793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A25794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A25795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A25796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A25797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A25798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A25799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A25800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A25801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A25802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A25803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291
    #A25804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291 5
    #A25805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360
    #A25806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360 5
    #A25807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 420
    #A25808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 420 5
    #A25809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 450
    #A25810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 450 5
    #A25811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463
    #A25812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463 5
    #A25813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 476
    #A25814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 476 5
    #A25815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489
    #A25816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 489 17
    #A25817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505
    #A25818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505 5
    #A25819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 547
    #A25820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 547 5
    #A25821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 556
    #A25822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 556 5
    #A25823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 749
    #A25824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 749 5
    #A25825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 760
    #A25826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 760 5
    #A25827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 777
    #A25828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 777 5
    #A25829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 782
    #A25830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 782 5
    #A25831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 787
    #A25832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 787 5
    #A25833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 792
    #A25834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 792 5
    #A25835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 803
    #A25836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 803 5
    #A25837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 814
    #A25838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 814 5
    #A25839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 819
    #A25840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 819 5
    #A25841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 824
    #A25842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 824 5
    #A25843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 829
    #A25844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 829 5
    #A25845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 834
    #A25846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 834 5
    #A25847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 845
    #A25848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 845 5
    #A25849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 856
    #A25850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 856 5
    #A25851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 870
    #A25852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 870 5
    #A25853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 881
    #A25854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 881 5
    #A25855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 894
    #A25856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 894 5
    #A25857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 907
    #A25858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 907 5
    #A25859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 930
    #A25860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 930 5
    #A25861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 957
    #A25862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 957 5
    #A25863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 977
    #A25864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 977 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/common/lucene/uidscan/LuceneUidScanBenchmark.java

    Severity Rule Message Line Col
    #A25865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A25866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/common/recycler/RecyclerBenchmark.java

    Severity Rule Message Line Col
    #A25867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A25868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 17
    #A25869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A25870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A25871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A25872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/counter/SimpleCounterBenchmark.java

    Severity Rule Message Line Col
    #A25873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A25874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/recovery/ReplicaRecoveryBenchmark.java

    Severity Rule Message Line Col
    #A25875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A25876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/expression/NativeScript1.java

    Severity Rule Message Line Col
    #A25877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A25878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 9
    #A25879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A25880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/expression/NativeScript2.java

    Severity Rule Message Line Col
    #A25881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A25882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 9
    #A25883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A25884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/expression/NativeScript3.java

    Severity Rule Message Line Col
    #A25885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A25886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 9
    #A25887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A25888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/expression/NativeScript4.java

    Severity Rule Message Line Col
    #A25889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A25890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 9
    #A25891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A25892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/expression/NativeScriptPlugin.java

    Severity Rule Message Line Col
    #A25893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A25894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A25895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A25896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/plugin/NativeScriptExamplesPlugin.java

    Severity Rule Message Line Col
    #A25897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A25898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A25899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A25900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/script/NativeConstantForLoopScoreScript.java

    Severity Rule Message Line Col
    #A25901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A25902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 9
    #A25903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A25904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/script/NativeConstantScoreScript.java

    Severity Rule Message Line Col
    #A25905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A25906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 9
    #A25907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A25908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/script/NativeNaiveTFIDFScoreScript.java

    Severity Rule Message Line Col
    #A25909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A25910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A25911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A25912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/script/NativePayloadSumNoRecordScoreScript.java

    Severity Rule Message Line Col
    #A25913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A25914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 9
    #A25915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A25916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/scripts/score/script/NativePayloadSumScoreScript.java

    Severity Rule Message Line Col
    #A25917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A25918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 9
    #A25919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A25920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/PercentilesAggregationSearchBenchmark.java

    Severity Rule Message Line Col
    #A25921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A25922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13
    #A25923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A25924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13
    #A25925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A25926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/TermsAggregationSearchAndIndexingBenchmark.java

    Severity Rule Message Line Col
    #A25927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A25928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 9
    #A25929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A25930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/aggregations/TermsAggregationSearchBenchmark.java

    Severity Rule Message Line Col
    #A25931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A25932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 13
    #A25933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A25934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A25935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A25936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 13
    #A25937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A25938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 13
    #A25939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A25940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 13
    #A25941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A25942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/search/child/ChildSearchAndIndexingBenchmark.java

    Severity Rule Message Line Col
    #A25943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A25944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 9
    #A25945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A25946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/stress/NodesStressTest.java

    Severity Rule Message Line Col
    #A25947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A25948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 9
    #A25949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242
    #A25950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 242 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/time/SimpleTimeBenchmark.java

    Severity Rule Message Line Col
    #A25951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A25952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/transport/BenchmarkMessageRequest.java

    Severity Rule Message Line Col
    #A25953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A25954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A25955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A25956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/transport/BenchmarkMessageResponse.java

    Severity Rule Message Line Col
    #A25957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A25958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A25959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A25960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/transport/BenchmarkNettyLargeMessages.java

    Severity Rule Message Line Col
    #A25961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A25962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A25963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A25964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 13
    #A25965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A25966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13
    #A25967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A25968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 17
    #A25969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A25970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 29
    #A25971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A25972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 29
    #A25973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A25974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 29
    #A25975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A25976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 29
    #A25977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A25978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 13
    #A25979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A25980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 25
    #A25981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A25982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 25
    #A25983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A25984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 25
    #A25985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A25986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/transport/TransportBenchmark.java

    Severity Rule Message Line Col
    #A25987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A25988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 13
    #A25989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A25990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 13
    #A25991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A25992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A25993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A25994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 13
    #A25995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A25996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 13
    #A25997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A25998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 17
    #A25999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A26000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 17
    #A26001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A26002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 17
    #A26003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A26004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 17
    #A26005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A26006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 17
    #A26007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A26008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 29
    #A26009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A26010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 29
    #A26011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A26012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 29
    #A26013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A26014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 29

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/transport/netty/NettyEchoBenchmark.java

    Severity Rule Message Line Col
    #A26015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A26016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 13
    #A26017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A26018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A26019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A26020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9
    #A26021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A26022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 9
    #A26023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A26024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A26025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A26026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/benchmark/uuid/SimpleUuidBenchmark.java

    Severity Rule Message Line Col
    #A26027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A26028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/blocks/SimpleBlocksTests.java

    Severity Rule Message Line Col
    #A26029 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40
    #A26030 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40 1
    #A26031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A26032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A26033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A26034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/broadcast/BroadcastActionsTests.java

    Severity Rule Message Line Col
    #A26035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A26036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A26037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A26038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/BasicAnalysisBackwardCompatibilityTests.java

    Severity Rule Message Line Col
    #A26039 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A26040 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A26041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A26042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/BasicBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A26043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A26044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A26045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A26046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A26047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A26048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A26049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A26050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A26051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A26052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A26053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A26054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A26055 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 279
    #A26056 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 279 5
    #A26057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 318
    #A26058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 318 5
    #A26059 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 319
    #A26060 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 319 5
    #A26061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382
    #A26062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382 5
    #A26063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417
    #A26064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417 5
    #A26065 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 418
    #A26066 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 418 5
    #A26067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492
    #A26068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492 5
    #A26069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522
    #A26070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522 5
    #A26071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 571
    #A26072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 571 5
    #A26073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 608
    #A26074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 608 5
    #A26075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639
    #A26076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639 5
    #A26077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 649
    #A26078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 649 5
    #A26079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 666
    #A26080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 666 5
    #A26081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 684
    #A26082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 684 5
    #A26083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694
    #A26084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694 5
    #A26085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 727
    #A26086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 727 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/ClusterStateBackwardsCompatTests.java

    Severity Rule Message Line Col
    #A26087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A26088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/GetIndexBackwardsCompatibilityTests.java

    Severity Rule Message Line Col
    #A26089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A26090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A26091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A26092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A26093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A26094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A26095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A26096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/NodesStatsBasicBackwardsCompatTests.java

    Severity Rule Message Line Col
    #A26097 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36
    #A26098 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36 1
    #A26099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A26100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A26101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A26102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/OldIndexBackwardsCompatibilityTests.java

    Severity Rule Message Line Col
    #A26103 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 74
    #A26104 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 74 1
    #A26105 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 75
    #A26106 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 75 1
    #A26107 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 82
    #A26108 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 82 5
    #A26109 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 95
    #A26110 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 95 5
    #A26111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A26112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A26113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A26114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 13
    #A26115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A26116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/ParentChildDeleteByQueryBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A26117 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 43
    #A26118 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 43 5
    #A26119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A26120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A26121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A26122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A26123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A26124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/RestoreBackwardsCompatTests.java

    Severity Rule Message Line Col
    #A26125 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 53
    #A26126 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 53 1
    #A26127 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 54
    #A26128 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 54 1
    #A26129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A26130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/StaticIndexBackwardCompatibilityTest.java

    Severity Rule Message Line Col
    #A26131 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 45
    #A26132 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 45 1
    #A26133 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 46
    #A26134 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 46 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/TransportClientBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A26135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A26136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/bwcompat/UnicastBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A26137 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37
    #A26138 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37 1
    #A26139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A26140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A26141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A26142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A26143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A26144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/AbstractClientHeadersTests.java

    Severity Rule Message Line Col
    #A26145 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 76
    #A26146 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 76 5
    #A26147 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 91
    #A26148 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 91 5
    #A26149 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 96
    #A26150 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 96 5
    #A26151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A26152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A26153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A26154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A26155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A26156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A26157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A26158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/node/NodeClientHeadersTests.java

    Severity Rule Message Line Col
    #A26159 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 47
    #A26160 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 47 5
    #A26161 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 52
    #A26162 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 52 5
    #A26163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A26164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A26165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A26166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/node/NodeClientTests.java

    Severity Rule Message Line Col
    #A26167 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 34
    #A26168 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 34 1
    #A26169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A26170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A26171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A26172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/FailAndRetryMockTransport.java

    Severity Rule Message Line Col
    #A26173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A26174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A26175 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 62
    #A26176 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 62 5
    #A26177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A26178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A26179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A26180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A26181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A26182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 5
    #A26183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A26184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A26185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A26186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A26187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A26188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 5
    #A26189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A26190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 5
    #A26191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A26192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A26193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A26194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 5
    #A26195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A26196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A26197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A26198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A26199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A26200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A26201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180
    #A26202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 180 5
    #A26203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A26204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 5
    #A26205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A26206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 5
    #A26207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A26208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/InternalTransportClientTests.java

    Severity Rule Message Line Col
    #A26209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A26210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 17
    #A26211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A26212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A26213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A26214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 21
    #A26215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A26216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 21
    #A26217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A26218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A26219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A26220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 13
    #A26221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A26222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 13
    #A26223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A26224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 13
    #A26225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A26226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 13
    #A26227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A26228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 13
    #A26229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A26230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 13
    #A26231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A26232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 9
    #A26233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A26234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 9
    #A26235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A26236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 9
    #A26237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A26238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A26239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A26240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 9
    #A26241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A26242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 9
    #A26243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A26244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 9
    #A26245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A26246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 9
    #A26247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A26248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 9
    #A26249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A26250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/TransportClientHeadersTests.java

    Severity Rule Message Line Col
    #A26251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A26252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A26253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A26254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A26255 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 101
    #A26256 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 101 9
    #A26257 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 106
    #A26258 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 106 19
    #A26259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A26260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9
    #A26261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A26262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/TransportClientNodesServiceTests.java

    Severity Rule Message Line Col
    #A26263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A26264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 17
    #A26265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A26266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A26267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A26268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 21
    #A26269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A26270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 21
    #A26271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A26272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 21
    #A26273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A26274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 29
    #A26275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A26276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 29
    #A26277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A26278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 29
    #A26279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A26280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 29

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/TransportClientRetryTests.java

    Severity Rule Message Line Col
    #A26281 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47
    #A26282 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47 1
    #A26283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A26284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A26285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A26286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/client/transport/TransportClientTests.java

    Severity Rule Message Line Col
    #A26287 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A26288 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A26289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A26290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A26291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A26292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A26293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A26294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A26295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A26296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/BlockClusterStatsTests.java

    Severity Rule Message Line Col
    #A26297 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A26298 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A26299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A26300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ClusterHealthResponsesTests.java

    Severity Rule Message Line Col
    #A26301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A26302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5
    #A26303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A26304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A26305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A26306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ClusterHealthTests.java

    Severity Rule Message Line Col
    #A26307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A26308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A26309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A26310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ClusterInfoServiceTests.java

    Severity Rule Message Line Col
    #A26311 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 65
    #A26312 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 65 1
    #A26313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A26314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 9
    #A26315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A26316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9
    #A26317 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 89
    #A26318 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 89 9
    #A26319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A26320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A26321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A26322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9
    #A26323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A26324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 9
    #A26325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A26326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A26327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A26328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A26329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A26330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A26331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A26332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A26333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A26334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ClusterServiceTests.java

    Severity Rule Message Line Col
    #A26335 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55
    #A26336 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55 1
    #A26337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A26338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A26339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A26340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13
    #A26341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A26342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A26343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A26344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A26345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A26346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A26347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A26348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13
    #A26349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A26350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 13
    #A26351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A26352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A26353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A26354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 13
    #A26355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A26356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 13
    #A26357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A26358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 13
    #A26359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A26360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 13
    #A26361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A26362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 13
    #A26363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A26364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 13
    #A26365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160
    #A26366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 160 13
    #A26367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A26368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 13
    #A26369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A26370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 13
    #A26371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190
    #A26372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190 5
    #A26373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A26374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 13
    #A26375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A26376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 13
    #A26377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A26378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 13
    #A26379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A26380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 13
    #A26381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A26382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 13
    #A26383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232
    #A26384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 232 13
    #A26385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237
    #A26386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 237 13
    #A26387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A26388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 13
    #A26389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A26390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A26391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A26392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 13
    #A26393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A26394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 13
    #A26395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A26396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 13
    #A26397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A26398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 13
    #A26399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314
    #A26400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314 5
    #A26401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A26402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 13
    #A26403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A26404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 13
    #A26405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A26406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 13
    #A26407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A26408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 13
    #A26409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A26410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 13
    #A26411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355
    #A26412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 355 13
    #A26413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A26414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 13
    #A26415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364
    #A26416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364 13
    #A26417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370
    #A26418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 370 13
    #A26419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387
    #A26420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387 5
    #A26421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A26422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 13
    #A26423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407
    #A26424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 407 13
    #A26425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412
    #A26426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 412 13
    #A26427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418
    #A26428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 418 13
    #A26429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A26430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 13
    #A26431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A26432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 13
    #A26433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434
    #A26434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 434 13
    #A26435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439
    #A26436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 439 13
    #A26437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A26438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 13
    #A26439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 464
    #A26440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 464 5
    #A26441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 476
    #A26442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 476 13
    #A26443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487
    #A26444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487 13
    #A26445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497
    #A26446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 497 17
    #A26447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502
    #A26448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 502 17
    #A26449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507
    #A26450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507 17
    #A26451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541
    #A26452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541 13
    #A26453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 551
    #A26454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 551 13
    #A26455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 562
    #A26456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 562 13
    #A26457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572
    #A26458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 572 17
    #A26459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577
    #A26460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 577 17
    #A26461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605
    #A26462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605 5
    #A26463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 689
    #A26464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 689 5
    #A26465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 725
    #A26466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 725 9
    #A26467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731
    #A26468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731 9
    #A26469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 753
    #A26470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 753 9
    #A26471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 760
    #A26472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 760 9
    #A26473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 768
    #A26474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 768 9
    #A26475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 773
    #A26476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 773 9
    #A26477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 778
    #A26478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 778 9
    #A26479 warning AnnotationOnSameLine Annotation 'Singleton' should be on the same line with its target. 786
    #A26480 warning AnnotationOnSameLine Annotation 'Singleton' should be on the same line with its target. 786 5
    #A26481 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 792
    #A26482 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 792 9
    #A26483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 800
    #A26484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 800 9
    #A26485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 806
    #A26486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 806 9
    #A26487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 816
    #A26488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 816 9
    #A26489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 820
    #A26490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 820 9
    #A26491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 824
    #A26492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 824 9
    #A26493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 828
    #A26494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 828 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/DiskUsageTests.java

    Severity Rule Message Line Col
    #A26495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29
    #A26496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29 5
    #A26497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A26498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/MinimumMasterNodesTests.java

    Severity Rule Message Line Col
    #A26499 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 49
    #A26500 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 49 1
    #A26501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A26502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A26503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A26504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A26505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A26506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A26507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A26508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/NoMasterNodeTests.java

    Severity Rule Message Line Col
    #A26509 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53
    #A26510 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53 1
    #A26511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A26512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A26513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A26514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13
    #A26515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A26516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/SimpleClusterStateTests.java

    Severity Rule Message Line Col
    #A26517 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 49
    #A26518 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 49 5
    #A26519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A26520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A26521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A26522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A26523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A26524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A26525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A26526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A26527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A26528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A26529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A26530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A26531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A26532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A26533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A26534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5
    #A26535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A26536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/SimpleDataNodesTests.java

    Severity Rule Message Line Col
    #A26537 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A26538 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A26539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A26540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/SpecificMasterNodesTests.java

    Severity Rule Message Line Col
    #A26541 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A26542 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A26543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A26544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A26545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A26546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A26547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A26548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A26549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A26550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/UpdateSettingsValidationTests.java

    Severity Rule Message Line Col
    #A26551 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37
    #A26552 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37 1
    #A26553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A26554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ack/AckClusterUpdateSettingsTests.java

    Severity Rule Message Line Col
    #A26555 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 45
    #A26556 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 45 1
    #A26557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A26558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A26559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A26560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A26561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A26562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A26563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A26564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A26565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A26566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A26567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A26568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/ack/AckTests.java

    Severity Rule Message Line Col
    #A26569 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61
    #A26570 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61 1
    #A26571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A26572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A26573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A26574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A26575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A26576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A26577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A26578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A26579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A26580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A26581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A26582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 13
    #A26583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A26584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A26585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A26586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A26587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A26588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 13
    #A26589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A26590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A26591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A26592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A26593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A26594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A26595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246
    #A26596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246 5
    #A26597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260
    #A26598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260 5
    #A26599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293
    #A26600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293 5
    #A26601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336
    #A26602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336 5
    #A26603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353
    #A26604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353 5
    #A26605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373
    #A26606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373 5
    #A26607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382
    #A26608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382 5
    #A26609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397
    #A26610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397 5
    #A26611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409
    #A26612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409 5
    #A26613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418
    #A26614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418 5
    #A26615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 431
    #A26616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 431 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/AwarenessAllocationTests.java

    Severity Rule Message Line Col
    #A26617 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 50
    #A26618 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 50 1
    #A26619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A26620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A26621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A26622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A26623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A26624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A26625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A26626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A26627 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 112
    #A26628 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 112 5
    #A26629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A26630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A26631 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 152
    #A26632 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 152 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/ClusterRerouteTests.java

    Severity Rule Message Line Col
    #A26633 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55
    #A26634 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55 1
    #A26635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A26636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A26637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A26638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A26639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A26640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A26641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A26642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A26643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A26644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/FilteringAllocationTests.java

    Severity Rule Message Line Col
    #A26645 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40
    #A26646 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40 1
    #A26647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A26648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A26649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A26650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/ShardsAllocatorModuleTests.java

    Severity Rule Message Line Col
    #A26651 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37
    #A26652 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/allocation/SimpleAllocationTests.java

    Severity Rule Message Line Col
    #A26653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A26654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A26655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A26656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A26657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A26658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/metadata/MappingMetaDataParserTests.java

    Severity Rule Message Line Col
    #A26659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A26660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A26661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A26662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A26663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A26664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A26665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A26666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A26667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A26668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A26669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A26670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A26671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A26672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A26673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A26674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A26675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183
    #A26676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183 5
    #A26677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A26678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A26679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A26680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A26681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A26682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A26683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A26684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5
    #A26685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292
    #A26686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292 5
    #A26687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A26688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5
    #A26689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338
    #A26690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/metadata/MetaDataTests.java

    Severity Rule Message Line Col
    #A26691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A26692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A26693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A26694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A26695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A26696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A26697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233
    #A26698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233 5
    #A26699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300
    #A26700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300 5
    #A26701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 388
    #A26702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 388 5
    #A26703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439
    #A26704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439 5
    #A26705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 480
    #A26706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 480 5
    #A26707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496
    #A26708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496 5
    #A26709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 511
    #A26710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 511 5
    #A26711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 531
    #A26712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 531 5
    #A26713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 540
    #A26714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 540 5
    #A26715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 549
    #A26716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 549 5
    #A26717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 558
    #A26718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 558 5
    #A26719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 567
    #A26720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 567 5
    #A26721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 582
    #A26722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 582 5
    #A26723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 588
    #A26724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 588 5
    #A26725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 594
    #A26726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 594 5
    #A26727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 600
    #A26728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 600 5
    #A26729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 606
    #A26730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 606 5
    #A26731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 612
    #A26732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 612 5
    #A26733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 618
    #A26734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 618 5
    #A26735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624
    #A26736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624 5
    #A26737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630
    #A26738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630 5
    #A26739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 636
    #A26740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 636 5
    #A26741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 642
    #A26742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 642 5
    #A26743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 648
    #A26744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 648 5
    #A26745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 654
    #A26746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 654 5
    #A26747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 662
    #A26748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 662 5
    #A26749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 670
    #A26750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 670 5
    #A26751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 678
    #A26752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 678 5
    #A26753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 687
    #A26754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 687 5
    #A26755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 695
    #A26756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 695 5
    #A26757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 704
    #A26758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 704 5
    #A26759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 712
    #A26760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 712 5
    #A26761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 721
    #A26762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 721 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/metadata/ToAndFromJsonMetaDataTests.java

    Severity Rule Message Line Col
    #A26763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A26764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/node/DiscoveryNodeFiltersTests.java

    Severity Rule Message Line Col
    #A26765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A26766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A26767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A26768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A26769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A26770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A26771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A26772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A26773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A26774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/node/DiscoveryNodeTests.java

    Severity Rule Message Line Col
    #A26775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A26776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/AddIncrementallyTests.java

    Severity Rule Message Line Col
    #A26777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A26778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A26779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A26780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A26781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A26782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/AllocatePostApiFlagTests.java

    Severity Rule Message Line Col
    #A26783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A26784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/AllocationCommandsTests.java

    Severity Rule Message Line Col
    #A26785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A26786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A26787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A26788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A26789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A26790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A26791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A26792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A26793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364
    #A26794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/AwarenessAllocationTests.java

    Severity Rule Message Line Col
    #A26795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A26796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A26797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A26798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A26799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A26800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A26801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 286
    #A26802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 286 5
    #A26803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382
    #A26804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382 5
    #A26805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 461
    #A26806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 461 5
    #A26807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542
    #A26808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542 5
    #A26809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 610
    #A26810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 610 5
    #A26811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 679
    #A26812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 679 5
    #A26813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 764
    #A26814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 764 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/BalanceConfigurationTests.java

    Severity Rule Message Line Col
    #A26815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A26816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A26817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A26818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A26819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A26820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A26821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A26822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A26823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A26824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 13
    #A26825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A26826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5
    #A26827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A26828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 13
    #A26829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363
    #A26830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 363 13
    #A26831 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368
    #A26832 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 368 13
    #A26833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A26834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 13
    #A26835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399
    #A26836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 399 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/BalanceUnbalancedClusterTest.java

    Severity Rule Message Line Col
    #A26837 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A26838 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A26839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A26840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/CatAllocationTestBase.java

    Severity Rule Message Line Col
    #A26841 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 53
    #A26842 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 53 1
    #A26843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A26844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ClusterRebalanceRoutingTests.java

    Severity Rule Message Line Col
    #A26845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A26846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A26847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A26848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A26849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A26850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A26851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A26852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5
    #A26853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444
    #A26854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444 5
    #A26855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 529
    #A26856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 529 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ConcurrentRebalanceRoutingTests.java

    Severity Rule Message Line Col
    #A26857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A26858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/DeadNodesAllocationTests.java

    Severity Rule Message Line Col
    #A26859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A26860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A26861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A26862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A26863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A26864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/DisableAllocationTests.java

    Severity Rule Message Line Col
    #A26865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A26866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A26867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A26868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A26869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A26870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ElectReplicaAsPrimaryDuringRelocationTests.java

    Severity Rule Message Line Col
    #A26871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A26872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/FailedNodeRoutingTests.java

    Severity Rule Message Line Col
    #A26873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A26874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A26875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A26876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/FailedShardsRoutingTests.java

    Severity Rule Message Line Col
    #A26877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A26878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A26879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A26880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A26881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A26882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A26883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A26884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A26885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334
    #A26886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334 5
    #A26887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392
    #A26888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392 5
    #A26889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 488
    #A26890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 488 5
    #A26891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 535
    #A26892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 535 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/FilterRoutingTests.java

    Severity Rule Message Line Col
    #A26893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A26894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A26895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A26896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/IndexBalanceTests.java

    Severity Rule Message Line Col
    #A26897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A26898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A26899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A26900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A26901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341
    #A26902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/NodeVersionAllocationDeciderTests.java

    Severity Rule Message Line Col
    #A26903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A26904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A26905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A26906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A26907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A26908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/PreferLocalPrimariesToRelocatingPrimariesTests.java

    Severity Rule Message Line Col
    #A26909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A26910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/PreferPrimaryAllocationTests.java

    Severity Rule Message Line Col
    #A26911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A26912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/PrimaryElectionRoutingTests.java

    Severity Rule Message Line Col
    #A26913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A26914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A26915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A26916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/PrimaryNotRelocatedWhileBeingRecoveredTests.java

    Severity Rule Message Line Col
    #A26917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A26918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/RandomAllocationDeciderTests.java

    Severity Rule Message Line Col
    #A26919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A26920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A26921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A26922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 9
    #A26923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A26924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 9
    #A26925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A26926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/RebalanceAfterActiveTests.java

    Severity Rule Message Line Col
    #A26927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A26928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ReplicaAllocatedAfterPrimaryTests.java

    Severity Rule Message Line Col
    #A26929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A26930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/RoutingNodesIntegrityTests.java

    Severity Rule Message Line Col
    #A26931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A26932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A26933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A26934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A26935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A26936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/SameShardRoutingTests.java

    Severity Rule Message Line Col
    #A26937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A26938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ShardVersioningTests.java

    Severity Rule Message Line Col
    #A26939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A26940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ShardsLimitAllocationTests.java

    Severity Rule Message Line Col
    #A26941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A26942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A26943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A26944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/SingleShardNoReplicasRoutingTests.java

    Severity Rule Message Line Col
    #A26945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A26946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A26947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A26948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A26949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A26950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A26951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A26952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/SingleShardOneReplicaRoutingTests.java

    Severity Rule Message Line Col
    #A26953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A26954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/TenShardsOneReplicaRoutingTests.java

    Severity Rule Message Line Col
    #A26955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A26956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/ThrottlingAllocationTests.java

    Severity Rule Message Line Col
    #A26957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A26958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A26959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A26960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/UpdateNumberOfReplicasTests.java

    Severity Rule Message Line Col
    #A26961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A26962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderTests.java

    Severity Rule Message Line Col
    #A26963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A26964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A26965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A26966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A26967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A26968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A26969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 256
    #A26970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 256 5
    #A26971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281
    #A26972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 281 13
    #A26973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A26974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 13
    #A26975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337
    #A26976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 337 13
    #A26977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A26978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 13
    #A26979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 521
    #A26980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 521 5
    #A26981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542
    #A26982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 542 13
    #A26983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 548
    #A26984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 548 13
    #A26985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 587
    #A26986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 587 5
    #A26987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 609
    #A26988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 609 13
    #A26989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 615
    #A26990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 615 13
    #A26991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 660
    #A26992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 660 5
    #A26993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 674
    #A26994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 674 5
    #A26995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 687
    #A26996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 687 5
    #A26997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713
    #A26998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713 13
    #A26999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 719
    #A27000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 719 13
    #A27001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 792
    #A27002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 792 5
    #A27003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 871
    #A27004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 871 13
    #A27005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 877
    #A27006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 877 13
    #A27007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 906
    #A27008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 906 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/DiskThresholdDeciderUnitTests.java

    Severity Rule Message Line Col
    #A27009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A27010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A27011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A27012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 13
    #A27013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A27014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/EnableAllocationTests.java

    Severity Rule Message Line Col
    #A27015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A27016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A27017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A27018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A27019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A27020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/routing/allocation/decider/MockDiskUsagesTests.java

    Severity Rule Message Line Col
    #A27021 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53
    #A27022 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53 1
    #A27023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A27024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A27025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A27026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A27027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A27028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A27029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A27030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 13
    #A27031 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 166
    #A27032 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 166 9
    #A27033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A27034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 9
    #A27035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A27036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/serialization/ClusterSerializationTests.java

    Severity Rule Message Line Col
    #A27037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A27038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A27039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A27040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/serialization/ClusterStateToStringTests.java

    Severity Rule Message Line Col
    #A27041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A27042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/settings/ClusterSettingsTests.java

    Severity Rule Message Line Col
    #A27043 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36
    #A27044 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36 1
    #A27045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A27046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A27047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A27048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A27049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A27050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/settings/SettingsValidatorTests.java

    Severity Rule Message Line Col
    #A27051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A27052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A27053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A27054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/shards/ClusterSearchShardsTests.java

    Severity Rule Message Line Col
    #A27055 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36
    #A27056 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36 1
    #A27057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A27058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A27059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A27060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A27061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A27062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A27063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A27064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/cluster/structure/RoutingIteratorTests.java

    Severity Rule Message Line Col
    #A27065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A27066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A27067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A27068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A27069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A27070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A27071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A27072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A27073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A27074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A27075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A27076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/codecs/CodecTests.java

    Severity Rule Message Line Col
    #A27077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A27078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A27079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A27080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A27081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A27082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A27083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A27084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/Base64Test.java

    Severity Rule Message Line Col
    #A27085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A27086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/BooleansTests.java

    Severity Rule Message Line Col
    #A27087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A27088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A27089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A27090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A27091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A27092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/ChannelsTests.java

    Severity Rule Message Line Col
    #A27093 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 51
    #A27094 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 51 5
    #A27095 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 60
    #A27096 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 60 5
    #A27097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A27098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A27099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A27100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A27101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A27102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A27103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A27104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A27105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A27106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A27107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A27108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A27109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A27110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A27111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A27112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 9
    #A27113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A27114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A27115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A27116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 9
    #A27117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A27118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 9
    #A27119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A27120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 9
    #A27121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A27122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 9
    #A27123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A27124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 9
    #A27125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A27126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 9
    #A27127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A27128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 9
    #A27129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A27130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 9
    #A27131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A27132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 9
    #A27133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A27134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 9
    #A27135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A27136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 9
    #A27137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A27138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 9
    #A27139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A27140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 9
    #A27141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A27142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 9
    #A27143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A27144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/ParseFieldTests.java

    Severity Rule Message Line Col
    #A27145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A27146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A27147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A27148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/StringsTests.java

    Severity Rule Message Line Col
    #A27149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 27
    #A27150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/TableTests.java

    Severity Rule Message Line Col
    #A27151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31
    #A27152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31 5
    #A27153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A27154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A27155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A27156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A27157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A27158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A27159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A27160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A27161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A27162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A27163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A27164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A27165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A27166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A27167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A27168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/UUIDTests.java

    Severity Rule Message Line Col
    #A27169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A27170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A27171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A27172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A27173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A27174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A27175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A27176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A27177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A27178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/blobstore/BlobStoreTest.java

    Severity Rule Message Line Col
    #A27179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A27180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/breaker/MemoryCircuitBreakerTests.java

    Severity Rule Message Line Col
    #A27181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A27182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A27183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A27184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 17
    #A27185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A27186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A27187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A27188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13
    #A27189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A27190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 13
    #A27191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A27192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 17
    #A27193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A27194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A27195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A27196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 13
    #A27197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A27198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 13
    #A27199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A27200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 17
    #A27201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A27202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/bytes/ByteBufferBytesReference.java

    Severity Rule Message Line Col
    #A27203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A27204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A27205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A27206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A27207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A27208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A27209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A27210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A27211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A27212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A27213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A27214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A27215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A27216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A27217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A27218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A27219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A27220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A27221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A27222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 5
    #A27223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A27224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 5
    #A27225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A27226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 5
    #A27227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A27228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A27229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A27230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 5
    #A27231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A27232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 5
    #A27233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A27234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 5
    #A27235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A27236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A27237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A27238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/bytes/PagedBytesReferenceTest.java

    Severity Rule Message Line Col
    #A27239 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 51
    #A27240 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 51 5
    #A27241 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 57
    #A27242 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 57 5
    #A27243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A27244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/cli/CheckFileCommandTests.java

    Severity Rule Message Line Col
    #A27245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A27246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A27247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A27248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A27249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A27250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A27251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A27252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A27253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A27254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A27255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A27256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A27257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A27258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A27259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A27260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A27261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A27262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A27263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A27264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A27265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A27266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A27267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A27268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A27269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A27270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A27271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A27272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A27273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A27274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 9
    #A27275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A27276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 9
    #A27277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A27278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A27279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A27280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9
    #A27281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291
    #A27282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 291 9
    #A27283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A27284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 9
    #A27285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315
    #A27286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 315 9
    #A27287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321
    #A27288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/cli/CliToolTestCase.java

    Severity Rule Message Line Col
    #A27289 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 37
    #A27290 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 37 1
    #A27291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A27292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A27293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A27294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 9
    #A27295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A27296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A27297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A27298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A27299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A27300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A27301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A27302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A27303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A27304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A27305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A27306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13
    #A27307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A27308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 13
    #A27309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A27310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A27311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A27312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A27313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A27314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/cli/CliToolTests.java

    Severity Rule Message Line Col
    #A27315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A27316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A27317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A27318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 13
    #A27319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A27320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A27321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A27322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 13
    #A27323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A27324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A27325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A27326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A27327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A27328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A27329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A27330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 13
    #A27331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A27332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A27333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A27334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 17
    #A27335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A27336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A27337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A27338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 17
    #A27339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A27340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A27341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A27342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 13
    #A27343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183
    #A27344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 183 5
    #A27345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A27346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 13
    #A27347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194
    #A27348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 194 13
    #A27349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A27350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A27351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A27352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 13
    #A27353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A27354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 13
    #A27355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229
    #A27356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229 5
    #A27357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A27358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 13
    #A27359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257
    #A27360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257 5
    #A27361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262
    #A27362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 262 13
    #A27363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A27364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 9
    #A27365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314
    #A27366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 314 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/cli/TerminalTests.java

    Severity Rule Message Line Col
    #A27367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31
    #A27368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/collect/CopyOnWriteHashMapTests.java

    Severity Rule Message Line Col
    #A27369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A27370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A27371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A27372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/collect/CopyOnWriteHashSetTests.java

    Severity Rule Message Line Col
    #A27373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A27374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 9
    #A27375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A27376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/compress/CompressedStreamTests.java

    Severity Rule Message Line Col
    #A27377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A27378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A27379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A27380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 17
    #A27381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A27382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 17
    #A27383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A27384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 17
    #A27385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A27386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 17
    #A27387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360
    #A27388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 360 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/compress/CompressedStringTests.java

    Severity Rule Message Line Col
    #A27389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A27390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/geo/GeoHashTests.java

    Severity Rule Message Line Col
    #A27391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A27392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/geo/ShapeBuilderTests.java

    Severity Rule Message Line Col
    #A27393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173
    #A27394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173 5
    #A27395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492
    #A27396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492 5
    #A27397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 536
    #A27398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 536 5
    #A27399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 559
    #A27400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 559 5
    #A27401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572
    #A27402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572 5
    #A27403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 596
    #A27404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 596 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/hppc/HppcMapsTests.java

    Severity Rule Message Line Col
    #A27405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A27406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/io/FileSystemUtilsTests.java

    Severity Rule Message Line Col
    #A27407 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 45
    #A27408 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 45 5
    #A27409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A27410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A27411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A27412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/io/StreamsTests.java

    Severity Rule Message Line Col
    #A27413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A27414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A27415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A27416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A27417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A27418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A27419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A27420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A27421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A27422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A27423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A27424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A27425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A27426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/io/streams/BytesStreamsTests.java

    Severity Rule Message Line Col
    #A27427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A27428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A27429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A27430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A27431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A27432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A27433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A27434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A27435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A27436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A27437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A27438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A27439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A27440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A27441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A27442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A27443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A27444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A27445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A27446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A27447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A27448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A27449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A27450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A27451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A27452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A27453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A27454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A27455 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 306
    #A27456 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 306 5
    #A27457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307
    #A27458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/io/streams/HandlesStreamsTests.java

    Severity Rule Message Line Col
    #A27459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A27460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/jna/NativesTests.java

    Severity Rule Message Line Col
    #A27461 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 47
    #A27462 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 47 5
    #A27463 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 54
    #A27464 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 54 5
    #A27465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A27466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A27467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A27468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A27469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A27470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/joda/DateMathParserTests.java

    Severity Rule Message Line Col
    #A27471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A27472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 13
    #A27473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A27474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/logging/jdk/JDKESLoggerTests.java

    Severity Rule Message Line Col
    #A27475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A27476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A27477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A27478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A27479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A27480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A27481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A27482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9
    #A27483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A27484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/logging/log4j/Log4jESLoggerTests.java

    Severity Rule Message Line Col
    #A27485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A27486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A27487 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 67
    #A27488 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 67 5
    #A27489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A27490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A27491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A27492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A27493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A27494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9
    #A27495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A27496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/logging/log4j/LoggingConfigurationTests.java

    Severity Rule Message Line Col
    #A27497 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 48
    #A27498 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 48 5
    #A27499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A27500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A27501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A27502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A27503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A27504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A27505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A27506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A27507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A27508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/LuceneTest.java

    Severity Rule Message Line Col
    #A27509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A27510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A27511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A27512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/all/SimpleAllTests.java

    Severity Rule Message Line Col
    #A27513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A27514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A27515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A27516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A27517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A27518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A27519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A27520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A27521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A27522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A27523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A27524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A27525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322
    #A27526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/index/FreqTermsEnumTests.java

    Severity Rule Message Line Col
    #A27527 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 67
    #A27528 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 67 5
    #A27529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A27530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A27531 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 161
    #A27532 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 161 5
    #A27533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A27534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A27535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A27536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A27537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A27538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A27539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A27540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/MatchAllDocsFilterTests.java

    Severity Rule Message Line Col
    #A27541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A27542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/MoreLikeThisQueryTests.java

    Severity Rule Message Line Col
    #A27543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A27544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/MultiPhrasePrefixQueryTests.java

    Severity Rule Message Line Col
    #A27545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A27546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/TermsFilterTests.java

    Severity Rule Message Line Col
    #A27547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A27548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A27549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A27550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/XBooleanFilterLuceneTests.java

    Severity Rule Message Line Col
    #A27551 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 53
    #A27552 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 53 5
    #A27553 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 70
    #A27554 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 70 5
    #A27555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A27556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 13
    #A27557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A27558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13
    #A27559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A27560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A27561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A27562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 21
    #A27563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A27564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 21
    #A27565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A27566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5
    #A27567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A27568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A27569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A27570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A27571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A27572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A27573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A27574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A27575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217
    #A27576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217 5
    #A27577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A27578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A27579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A27580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A27581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A27582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A27583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A27584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A27585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A27586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A27587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312
    #A27588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312 5
    #A27589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A27590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A27591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357
    #A27592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357 5
    #A27593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366
    #A27594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/search/XBooleanFilterTests.java

    Severity Rule Message Line Col
    #A27595 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 55
    #A27596 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 55 5
    #A27597 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 79
    #A27598 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 79 5
    #A27599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A27600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A27601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A27602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A27603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A27604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A27605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A27606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A27607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A27608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A27609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A27610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A27611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 301
    #A27612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 301 5
    #A27613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A27614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A27615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340
    #A27616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340 5
    #A27617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368
    #A27618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368 5
    #A27619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 385
    #A27620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 385 5
    #A27621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 400
    #A27622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 400 5
    #A27623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435
    #A27624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435 5
    #A27625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544
    #A27626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 544 9
    #A27627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552
    #A27628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552 9
    #A27629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559
    #A27630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/store/InputStreamIndexInputTests.java

    Severity Rule Message Line Col
    #A27631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A27632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A27633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A27634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A27635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A27636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A27637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A27638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A27639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A27640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A27641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241
    #A27642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/lucene/uid/VersionsTests.java

    Severity Rule Message Line Col
    #A27643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A27644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A27645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A27646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A27647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A27648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A27649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A27650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 9
    #A27651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A27652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 17
    #A27653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A27654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 17
    #A27655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A27656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/math/MathUtilsTests.java

    Severity Rule Message Line Col
    #A27657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 27
    #A27658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/path/PathTrieTests.java

    Severity Rule Message Line Col
    #A27659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A27660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A27661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A27662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A27663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A27664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A27665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A27666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A27667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A27668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A27669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A27670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A27671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A27672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/property/PropertyPlaceholderTest.java

    Severity Rule Message Line Col
    #A27673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30
    #A27674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30 5
    #A27675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A27676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A27677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A27678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A27679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A27680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A27681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A27682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A27683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A27684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A27685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A27686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A27687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A27688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A27689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A27690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A27691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A27692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A27693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A27694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A27695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A27696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 9
    #A27697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A27698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/recycler/AbstractRecyclerTests.java

    Severity Rule Message Line Col
    #A27699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A27700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 9
    #A27701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A27702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 9
    #A27703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A27704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/recycler/ConcurrentRecyclerTests.java

    Severity Rule Message Line Col
    #A27705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24
    #A27706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/recycler/LockedRecyclerTests.java

    Severity Rule Message Line Col
    #A27707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24
    #A27708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/recycler/NoneRecyclerTests.java

    Severity Rule Message Line Col
    #A27709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24
    #A27710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/recycler/QueueRecyclerTests.java

    Severity Rule Message Line Col
    #A27711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24
    #A27712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/recycler/SoftConcurrentRecyclerTests.java

    Severity Rule Message Line Col
    #A27713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24
    #A27714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 24 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/regex/RegexTests.java

    Severity Rule Message Line Col
    #A27715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31
    #A27716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31 5
    #A27717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A27718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/rounding/RoundingTests.java

    Severity Rule Message Line Col
    #A27719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A27720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A27721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A27722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/rounding/TimeZoneRoundingTests.java

    Severity Rule Message Line Col
    #A27723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A27724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A27725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A27726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A27727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A27728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A27729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A27730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A27731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A27732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A27733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A27734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A27735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A27736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A27737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A27738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/settings/ImmutableSettingsTests.java

    Severity Rule Message Line Col
    #A27739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A27740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A27741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A27742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A27743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A27744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A27745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A27746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A27747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A27748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A27749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A27750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A27751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A27752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A27753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A27754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A27755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A27756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A27757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A27758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A27759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A27760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A27761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328
    #A27762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 328 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/settings/loader/JsonSettingsLoaderTests.java

    Severity Rule Message Line Col
    #A27763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A27764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/settings/loader/YamlSettingsLoaderTests.java

    Severity Rule Message Line Col
    #A27765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A27766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/ByteSizeUnitTests.java

    Severity Rule Message Line Col
    #A27767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A27768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A27769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A27770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A27771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A27772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A27773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A27774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A27775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A27776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A27777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A27778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/ByteSizeValueTests.java

    Severity Rule Message Line Col
    #A27779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A27780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A27781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A27782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A27783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A27784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A27785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A27786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A27787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A27788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A27789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A27790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A27791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A27792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A27793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A27794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/DistanceUnitTests.java

    Severity Rule Message Line Col
    #A27795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A27796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A27797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A27798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/FuzzinessTests.java

    Severity Rule Message Line Col
    #A27799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A27800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A27801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A27802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A27803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A27804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A27805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A27806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A27807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A27808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/RatioValueTests.java

    Severity Rule Message Line Col
    #A27809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A27810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A27811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A27812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/SizeValueTests.java

    Severity Rule Message Line Col
    #A27813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A27814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A27815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A27816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A27817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A27818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/unit/TimeValueTests.java

    Severity Rule Message Line Col
    #A27819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A27820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A27821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A27822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A27823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A27824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A27825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A27826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A27827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A27828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/ArrayUtilsTests.java

    Severity Rule Message Line Col
    #A27829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A27830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/BigArraysTests.java

    Severity Rule Message Line Col
    #A27831 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 47
    #A27832 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/BytesRefHashTests.java

    Severity Rule Message Line Col
    #A27833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A27834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A27835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A27836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A27837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A27838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A27839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A27840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A27841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A27842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/CancellableThreadsTest.java

    Severity Rule Message Line Col
    #A27843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A27844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A27845 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A27846 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 17
    #A27847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A27848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 29

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/CollectionUtilsTests.java

    Severity Rule Message Line Col
    #A27849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A27850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A27851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A27852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A27853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A27854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A27855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A27856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/LongHashTests.java

    Severity Rule Message Line Col
    #A27857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A27858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A27859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A27860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A27861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A27862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A27863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A27864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A27865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A27866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/LongObjectHashMapTests.java

    Severity Rule Message Line Col
    #A27867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 28
    #A27868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 28 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/SingleObjectCacheTests.java

    Severity Rule Message Line Col
    #A27869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A27870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 13
    #A27871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A27872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 13
    #A27873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A27874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13
    #A27875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A27876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A27877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A27878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/concurrent/CountDownTest.java

    Severity Rule Message Line Col
    #A27879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A27880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A27881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A27882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/concurrent/EsExecutorsTests.java

    Severity Rule Message Line Col
    #A27883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A27884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A27885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A27886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 13
    #A27887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A27888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 13
    #A27889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A27890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A27891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A27892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13
    #A27893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A27894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 13
    #A27895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A27896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A27897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A27898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 13
    #A27899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A27900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 13
    #A27901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A27902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 17
    #A27903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A27904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5
    #A27905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A27906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A27907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A27908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/concurrent/PrioritizedExecutorsTests.java

    Severity Rule Message Line Col
    #A27909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A27910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A27911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A27912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A27913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A27914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A27915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A27916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A27917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A27918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A27919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A27920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A27921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189
    #A27922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 189 13
    #A27923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A27924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 13
    #A27925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A27926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 30
    #A27927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A27928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 30
    #A27929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A27930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 21
    #A27931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244
    #A27932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244 5
    #A27933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252
    #A27934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 252 30
    #A27935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257
    #A27936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 257 21
    #A27937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280
    #A27938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 280 9
    #A27939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A27940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 9
    #A27941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A27942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/util/concurrent/RefCountedTest.java

    Severity Rule Message Line Col
    #A27943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A27944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A27945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A27946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A27947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A27948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 17
    #A27949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A27950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/XContentFactoryTests.java

    Severity Rule Message Line Col
    #A27951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A27952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A27953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A27954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A27955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A27956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A27957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A27958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/builder/BuilderRawFieldTests.java

    Severity Rule Message Line Col
    #A27959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A27960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A27961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A27962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A27963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A27964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A27965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A27966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/builder/XContentBuilderTests.java

    Severity Rule Message Line Col
    #A27967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A27968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A27969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A27970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A27971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A27972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A27973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A27974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A27975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A27976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A27977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A27978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A27979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A27980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A27981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A27982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A27983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A27984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A27985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A27986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/cbor/CborXContentParserTests.java

    Severity Rule Message Line Col
    #A27987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A27988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/cbor/JsonVsCborTests.java

    Severity Rule Message Line Col
    #A27989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A27990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/smile/JsonVsSmileTests.java

    Severity Rule Message Line Col
    #A27991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A27992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/support/XContentHelperTests.java

    Severity Rule Message Line Col
    #A27993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A27994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/common/xcontent/support/XContentMapValuesTests.java

    Severity Rule Message Line Col
    #A27995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A27996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A27997 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 95
    #A27998 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 95 5
    #A27999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A28000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A28001 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 173
    #A28002 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 173 5
    #A28003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A28004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A28005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A28006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A28007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216
    #A28008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 216 5
    #A28009 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 217
    #A28010 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 217 5
    #A28011 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 262
    #A28012 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 262 5
    #A28013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263
    #A28014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263 5
    #A28015 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 307
    #A28016 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 307 5
    #A28017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A28018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A28019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350
    #A28020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350 5
    #A28021 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 360
    #A28022 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 360 5
    #A28023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 361
    #A28024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 361 5
    #A28025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A28026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A28027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387
    #A28028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387 5
    #A28029 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 403
    #A28030 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 403 5
    #A28031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 404
    #A28032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 404 5
    #A28033 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 437
    #A28034 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 437 5
    #A28035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438
    #A28036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/consistencylevel/WriteConsistencyLevelTests.java

    Severity Rule Message Line Col
    #A28037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A28038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/count/query/CountQueryTests.java

    Severity Rule Message Line Col
    #A28039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A28040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A28041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A28042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A28043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A28044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A28045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A28046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A28047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A28048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A28049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A28050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A28051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A28052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A28053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A28054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A28055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A28056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A28057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A28058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A28059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290
    #A28060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290 5
    #A28061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A28062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A28063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357
    #A28064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357 5
    #A28065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 370
    #A28066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 370 5
    #A28067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390
    #A28068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390 5
    #A28069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405
    #A28070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405 5
    #A28071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 446
    #A28072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 446 5
    #A28073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 471
    #A28074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 471 5
    #A28075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496
    #A28076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496 5
    #A28077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 533
    #A28078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 533 5
    #A28079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 550
    #A28080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 550 5
    #A28081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 579
    #A28082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 579 5
    #A28083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 597
    #A28084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 597 5
    #A28085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 678
    #A28086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 678 5
    #A28087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 706
    #A28088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 706 5
    #A28089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737
    #A28090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737 5
    #A28091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 814
    #A28092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 814 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/count/simple/SimpleCountTests.java

    Severity Rule Message Line Col
    #A28093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A28094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A28095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A28096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A28097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A28098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A28099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A28100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A28101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A28102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A28103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A28104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deleteByQuery/DeleteByQueryTests.java

    Severity Rule Message Line Col
    #A28105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A28106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A28107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A28108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A28109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A28110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A28111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A28112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A28113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A28114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A28115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A28116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A28117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A28118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deps/jackson/JacksonLocationTests.java

    Severity Rule Message Line Col
    #A28119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A28120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deps/joda/SimpleJodaTests.java

    Severity Rule Message Line Col
    #A28121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A28122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A28123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A28124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A28125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A28126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A28127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A28128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A28129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A28130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A28131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A28132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A28133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A28134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A28135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A28136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A28137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A28138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A28139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A28140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A28141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A28142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A28143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A28144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5
    #A28145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A28146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deps/lucene/SimpleLuceneTests.java

    Severity Rule Message Line Col
    #A28147 warning AnnotationOnSameLine Annotation 'UsesLuceneFieldCacheOnPurpose' should be on the same line with its target. 43
    #A28148 warning AnnotationOnSameLine Annotation 'UsesLuceneFieldCacheOnPurpose' should be on the same line with its target. 43 1
    #A28149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A28150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A28151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A28152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A28153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A28154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A28155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A28156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A28157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A28158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 13
    #A28159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A28160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A28161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A28162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A28163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A28164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/deps/lucene/VectorHighlighterTests.java

    Severity Rule Message Line Col
    #A28165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A28166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A28167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A28168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A28169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A28170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A28171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A28172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/BlockingClusterStatePublishResponseHandlerTests.java

    Severity Rule Message Line Col
    #A28173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A28174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 9
    #A28175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A28176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/DiscoveryWithServiceDisruptionsTests.java

    Severity Rule Message Line Col
    #A28177 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 71
    #A28178 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 71 1
    #A28179 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 72
    #A28180 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 72 1
    #A28181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A28182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A28183 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 85
    #A28184 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 85 5
    #A28185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A28186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A28187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A28188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A28189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A28190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A28191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A28192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A28193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264
    #A28194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264 5
    #A28195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344
    #A28196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344 5
    #A28197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 407
    #A28198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 407 5
    #A28199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 451
    #A28200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 451 5
    #A28201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477
    #A28202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477 17
    #A28203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 493
    #A28204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 493 13
    #A28205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 515
    #A28206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 515 13
    #A28207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 520
    #A28208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 520 13
    #A28209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 540
    #A28210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 540 13
    #A28211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 565
    #A28212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 565 5
    #A28213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 620
    #A28214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 620 5
    #A28215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 656
    #A28216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 656 5
    #A28217 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 657
    #A28218 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 657 5
    #A28219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694
    #A28220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694 5
    #A28221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 721
    #A28222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 721 13
    #A28223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 740
    #A28224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 740 5
    #A28225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 766
    #A28226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 766 5
    #A28227 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 767
    #A28228 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 767 5
    #A28229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 889
    #A28230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 889 13
    #A28231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 904
    #A28232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 904 13
    #A28233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 931
    #A28234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 931 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/ZenFaultDetectionTests.java

    Severity Rule Message Line Col
    #A28235 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 62
    #A28236 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 62 5
    #A28237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A28238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 13
    #A28239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A28240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13
    #A28241 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 98
    #A28242 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 98 5
    #A28243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A28244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A28245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A28246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 13
    #A28247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A28248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 13
    #A28249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A28250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A28251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198
    #A28252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 198 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/ZenUnicastDiscoveryTests.java

    Severity Rule Message Line Col
    #A28253 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 38
    #A28254 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 38 1
    #A28255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A28256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A28257 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 48
    #A28258 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 48 5
    #A28259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A28260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A28261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A28262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ElectMasterServiceTest.java

    Severity Rule Message Line Col
    #A28263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A28264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A28265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A28266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ZenDiscoveryTests.java

    Severity Rule Message Line Col
    #A28267 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61
    #A28268 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61 1
    #A28269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A28270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A28271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A28272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A28273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A28274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 13
    #A28275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A28276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A28277 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 128
    #A28278 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 128 5
    #A28279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A28280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 13
    #A28281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A28282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A28283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A28284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 13
    #A28285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A28286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ZenPingTests.java

    Severity Rule Message Line Col
    #A28287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A28288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ping/multicast/MulticastZenPingTests.java

    Severity Rule Message Line Col
    #A28289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A28290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A28291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A28292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A28293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A28294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 13
    #A28295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A28296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 13
    #A28297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A28298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13
    #A28299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A28300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 13
    #A28301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A28302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13
    #A28303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A28304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A28305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A28306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A28307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A28308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 13
    #A28309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A28310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/discovery/zen/ping/unicast/UnicastZenPingTests.java

    Severity Rule Message Line Col
    #A28311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A28312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A28313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A28314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A28315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A28316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A28317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A28318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A28319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A28320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 13
    #A28321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A28322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 13
    #A28323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A28324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/document/AliasedIndexDocumentActionsTests.java

    Severity Rule Message Line Col
    #A28325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A28326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/document/BulkTests.java

    Severity Rule Message Line Col
    #A28327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A28328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A28329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A28330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A28331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A28332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A28333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240
    #A28334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240 5
    #A28335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 379
    #A28336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 379 5
    #A28337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415
    #A28338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 415 5
    #A28339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 453
    #A28340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 453 5
    #A28341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 488
    #A28342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 488 5
    #A28343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 519
    #A28344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 519 5
    #A28345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 531
    #A28346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 531 17
    #A28347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 562
    #A28348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 562 5
    #A28349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 587
    #A28350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 587 5
    #A28351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 614
    #A28352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 614 5
    #A28353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639
    #A28354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639 5
    #A28355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 667
    #A28356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 667 5
    #A28357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 702
    #A28358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 702 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/document/DocumentActionsTests.java

    Severity Rule Message Line Col
    #A28359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A28360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A28361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A28362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A28363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A28364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/env/NodeEnvironmentTests.java

    Severity Rule Message Line Col
    #A28365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A28366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A28367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A28368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A28369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A28370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A28371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A28372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A28373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A28374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A28375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A28376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 17
    #A28377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A28378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 17
    #A28379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246
    #A28380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 246 5
    #A28381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A28382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A28383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A28384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 17
    #A28385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340
    #A28386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/exists/SimpleExistsTests.java

    Severity Rule Message Line Col
    #A28387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A28388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A28389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A28390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A28391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A28392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A28393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A28394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A28395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A28396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/explain/ExplainActionTests.java

    Severity Rule Message Line Col
    #A28397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A28398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A28399 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 117
    #A28400 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 117 5
    #A28401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A28402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A28403 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 173
    #A28404 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 173 5
    #A28405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A28406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A28407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210
    #A28408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210 5
    #A28409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A28410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A28411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A28412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A28413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275
    #A28414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/flt/FuzzyLikeThisActionTests.java

    Severity Rule Message Line Col
    #A28415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A28416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/GatewayServiceTests.java

    Severity Rule Message Line Col
    #A28417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A28418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/LocalGatewayIndexStateTests.java

    Severity Rule Message Line Col
    #A28419 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55
    #A28420 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55 1
    #A28421 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 56
    #A28422 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 56 1
    #A28423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A28424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A28425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A28426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A28427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A28428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A28429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A28430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A28431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A28432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A28433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A28434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A28435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327
    #A28436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 327 13
    #A28437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341
    #A28438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341 5
    #A28439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A28440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 13
    #A28441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397
    #A28442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397 5
    #A28443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 423
    #A28444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 423 13
    #A28445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 460
    #A28446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 460 5
    #A28447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485
    #A28448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485 13
    #A28449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507
    #A28450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 507 13
    #A28451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522
    #A28452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522 5
    #A28453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 547
    #A28454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 547 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/QuorumLocalGatewayTests.java

    Severity Rule Message Line Col
    #A28455 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 48
    #A28456 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 48 1
    #A28457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A28458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A28459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A28460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A28461 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 57
    #A28462 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 57 5
    #A28463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A28464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 13
    #A28465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A28466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 13
    #A28467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A28468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 13
    #A28469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A28470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A28471 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 122
    #A28472 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 122 5
    #A28473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A28474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A28475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A28476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 13
    #A28477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A28478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/RecoveryBackwardsCompatibilityTests.java

    Severity Rule Message Line Col
    #A28479 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 45
    #A28480 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 45 1
    #A28481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A28482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A28483 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 67
    #A28484 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/SimpleRecoveryLocalGatewayTests.java

    Severity Rule Message Line Col
    #A28485 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55
    #A28486 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55 1
    #A28487 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 56
    #A28488 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 56 1
    #A28489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A28490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A28491 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 64
    #A28492 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 64 5
    #A28493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A28494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A28495 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 113
    #A28496 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 113 5
    #A28497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A28498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A28499 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 201
    #A28500 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 201 5
    #A28501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A28502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A28503 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 235
    #A28504 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 235 5
    #A28505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A28506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 13
    #A28507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A28508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 13
    #A28509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274
    #A28510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274 5
    #A28511 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 275
    #A28512 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 275 5
    #A28513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A28514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 13
    #A28515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348
    #A28516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 348 5
    #A28517 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 349
    #A28518 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 349 5
    #A28519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425
    #A28520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425 5
    #A28521 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 426
    #A28522 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 426 5
    #A28523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440
    #A28524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/local/state/meta/MetaDataStateFormatTest.java

    Severity Rule Message Line Col
    #A28525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A28526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 13
    #A28527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A28528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 13
    #A28529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A28530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A28531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A28532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A28533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A28534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 9
    #A28535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424
    #A28536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 424 9
    #A28537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429
    #A28538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 429 9
    #A28539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444
    #A28540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444 9
    #A28541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467
    #A28542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467 9
    #A28543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477
    #A28544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477 9
    #A28545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A28546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 9
    #A28547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552
    #A28548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 552 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/gateway/none/RecoverAfterNodesTests.java

    Severity Rule Message Line Col
    #A28549 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A28550 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A28551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A28552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A28553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A28554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A28555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A28556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/get/GetActionTests.java

    Severity Rule Message Line Col
    #A28557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A28558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A28559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A28560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A28561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228
    #A28562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228 5
    #A28563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A28564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A28565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A28566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A28567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397
    #A28568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397 5
    #A28569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 431
    #A28570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 431 5
    #A28571 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 465
    #A28572 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 465 5
    #A28573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 466
    #A28574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 466 5
    #A28575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522
    #A28576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522 5
    #A28577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 626
    #A28578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 626 5
    #A28579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 739
    #A28580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 739 5
    #A28581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 772
    #A28582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 772 5
    #A28583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 803
    #A28584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 803 5
    #A28585 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 804
    #A28586 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 804 5
    #A28587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 896
    #A28588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 896 5
    #A28589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 921
    #A28590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 921 5
    #A28591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 965
    #A28592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 965 5
    #A28593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1009
    #A28594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1009 5
    #A28595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1023
    #A28596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1023 5
    #A28597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1073
    #A28598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1073 5
    #A28599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1087
    #A28600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1087 5
    #A28601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1135
    #A28602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1135 5
    #A28603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1149
    #A28604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1149 5
    #A28605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1191
    #A28606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1191 5
    #A28607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1205
    #A28608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1205 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/HttpPublishPortTests.java

    Severity Rule Message Line Col
    #A28609 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36
    #A28610 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36 1
    #A28611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A28612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A28613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A28614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/NettyHttpClient.java

    Severity Rule Message Line Col
    #A28615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A28616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 9
    #A28617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A28618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 9
    #A28619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A28620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A28621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A28622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 9
    #A28623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A28624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 25
    #A28625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A28626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/NettyHttpServerPipeliningTest.java

    Severity Rule Message Line Col
    #A28627 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 73
    #A28628 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 73 5
    #A28629 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 81
    #A28630 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 81 5
    #A28631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A28632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A28633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A28634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A28635 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A28636 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 9
    #A28637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A28638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A28639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A28640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9
    #A28641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A28642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A28643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A28644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9
    #A28645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A28646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/NettyPipeliningDisabledIntegrationTest.java

    Severity Rule Message Line Col
    #A28647 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 44
    #A28648 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 44 1
    #A28649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A28650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A28651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A28652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/NettyPipeliningEnabledIntegrationTest.java

    Severity Rule Message Line Col
    #A28653 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42
    #A28654 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42 1
    #A28655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A28656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A28657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A28658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/http/netty/pipelining/HttpPipeliningHandlerTest.java

    Severity Rule Message Line Col
    #A28659 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 74
    #A28660 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 74 5
    #A28661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A28662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 13
    #A28663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A28664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 13
    #A28665 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 107
    #A28666 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 107 5
    #A28667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A28668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A28669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145
    #A28670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 145 9
    #A28671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A28672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A28673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A28674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/IndexRequestBuilderTests.java

    Severity Rule Message Line Col
    #A28675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A28676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A28677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A28678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/IndexWithShadowReplicasTests.java

    Severity Rule Message Line Col
    #A28679 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 60
    #A28680 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 60 1
    #A28681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A28682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A28683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A28684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A28685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A28686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A28687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A28688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A28689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293
    #A28690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 293 13
    #A28691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A28692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A28693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372
    #A28694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 372 21
    #A28695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A28696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 13
    #A28697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 426
    #A28698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 426 5
    #A28699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 472
    #A28700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 472 5
    #A28701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 508
    #A28702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 508 13
    #A28703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 530
    #A28704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 530 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/TransportIndexFailuresTest.java

    Severity Rule Message Line Col
    #A28705 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 52
    #A28706 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 52 1
    #A28707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A28708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A28709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A28710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A28711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A28712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A28713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A28714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 13
    #A28715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A28716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/VersionTypeTests.java

    Severity Rule Message Line Col
    #A28717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29
    #A28718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29 5
    #A28719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A28720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A28721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A28722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A28723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A28724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A28725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A28726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A28727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198
    #A28728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/aliases/IndexAliasesServiceTests.java

    Severity Rule Message Line Col
    #A28729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A28730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A28731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A28732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A28733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A28734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A28735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A28736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/ASCIIFoldingTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A28738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A28739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A28740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/AnalysisModuleTests.java

    Severity Rule Message Line Col
    #A28741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A28742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A28743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A28744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A28745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A28746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A28747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A28748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A28749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A28750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/AnalysisTests.java

    Severity Rule Message Line Col
    #A28751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A28752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/AnalyzerBackwardsCompatTests.java

    Severity Rule Message Line Col
    #A28753 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 34
    #A28754 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/CJKFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A28756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A28757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A28758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A28759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A28760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A28761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A28762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/CharFilterTests.java

    Severity Rule Message Line Col
    #A28763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A28764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A28765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A28766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/CompoundAnalysisTests.java

    Severity Rule Message Line Col
    #A28767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A28768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A28769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A28770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/HunspellTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A28772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/KeepFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A28774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A28775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A28776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A28777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A28778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A28779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A28780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A28781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A28782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/KeepTypesFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A28784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/LimitTokenCountFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A28786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A28787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A28788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/NGramTokenizerFactoryTests.java

    Severity Rule Message Line Col
    #A28789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A28790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A28791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A28792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A28793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A28794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A28795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A28796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A28797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A28798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A28799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A28800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A28801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A28802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/NumericAnalyzerTests.java

    Severity Rule Message Line Col
    #A28803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A28804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PatternCaptureTokenFilterTests.java

    Severity Rule Message Line Col
    #A28805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A28806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A28807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A28808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltAnalyzerProviderFactoryTests.java

    Severity Rule Message Line Col
    #A28809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A28810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltAnalyzerTests.java

    Severity Rule Message Line Col
    #A28811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A28812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A28813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A28814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A28815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A28816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A28817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A28818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A28819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A28820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A28821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A28822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A28823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149
    #A28824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 149 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltCharFilterFactoryFactoryTests.java

    Severity Rule Message Line Col
    #A28825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A28826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltTokenFilterFactoryFactoryTests.java

    Severity Rule Message Line Col
    #A28827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A28828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A28829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A28830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/PreBuiltTokenizerFactoryFactoryTests.java

    Severity Rule Message Line Col
    #A28831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A28832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/ShingleTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28833 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 36
    #A28834 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 36 1
    #A28835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A28836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A28837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A28838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A28839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A28840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A28841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A28842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/StemmerTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A28844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A28845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A28846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/StopAnalyzerTests.java

    Severity Rule Message Line Col
    #A28847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A28848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/StopTokenFilterTests.java

    Severity Rule Message Line Col
    #A28849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A28850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A28851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A28852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A28853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A28854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A28855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A28856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/WordDelimiterTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A28858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A28859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A28860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A28861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A28862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A28863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A28864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A28865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A28866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A28867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A28868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A28869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A28870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A28871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A28872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A28873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A28874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/commongrams/CommonGramsTokenFilterFactoryTests.java

    Severity Rule Message Line Col
    #A28875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A28876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A28877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A28878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A28879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A28880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A28881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A28882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A28883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A28884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A28885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197
    #A28886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 197 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/filter1/MyFilterTokenFilterFactory.java

    Severity Rule Message Line Col
    #A28887 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A28888 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5
    #A28889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A28890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/analysis/synonyms/SynonymsAnalysisTest.java

    Severity Rule Message Line Col
    #A28891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A28892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/cache/fixedbitset/FixedBitSetFilterCacheTest.java

    Severity Rule Message Line Col
    #A28893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A28894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/cache/query/parser/resident/ResidentQueryParserCacheTest.java

    Severity Rule Message Line Col
    #A28895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A28896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/codec/CodecTests.java

    Severity Rule Message Line Col
    #A28897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A28898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A28899 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 57
    #A28900 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 57 5
    #A28901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A28902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A28903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A28904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A28905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A28906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A28907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A28908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A28909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A28910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A28911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A28912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A28913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A28914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/codec/postingformat/Elasticsearch090RWPostingsFormat.java

    Severity Rule Message Line Col
    #A28915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A28916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A28917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A28918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 13
    #A28919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A28920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13
    #A28921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A28922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/codec/postingformat/ElasticsearchPostingsFormatTest.java

    Severity Rule Message Line Col
    #A28923 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 32
    #A28924 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 32 1
    #A28925 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 35
    #A28926 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 35 1
    #A28927 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 36
    #A28928 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 36 1
    #A28929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A28930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/deletionpolicy/SnapshotDeletionPolicyTests.java

    Severity Rule Message Line Col
    #A28931 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 51
    #A28932 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 51 5
    #A28933 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 61
    #A28934 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 61 5
    #A28935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A28936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A28937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A28938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A28939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A28940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A28941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A28942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/deletionpolicy/SnapshotIndexCommitExistsMatcher.java

    Severity Rule Message Line Col
    #A28943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A28944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A28945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A28946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/EngineSearcherTotalHitsMatcher.java

    Severity Rule Message Line Col
    #A28947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A28948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A28949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A28950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A28951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A28952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/InternalEngineIntegrationTest.java

    Severity Rule Message Line Col
    #A28953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A28954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/InternalEngineMergeTests.java

    Severity Rule Message Line Col
    #A28955 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 46
    #A28956 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 46 1
    #A28957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A28958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A28959 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 50
    #A28960 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 50 5
    #A28961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A28962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/InternalEngineTests.java

    Severity Rule Message Line Col
    #A28963 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 127
    #A28964 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 127 5
    #A28965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A28966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 13
    #A28967 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 187
    #A28968 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 187 5
    #A28969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A28970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 13
    #A28971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A28972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 13
    #A28973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A28974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 13
    #A28975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A28976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 13
    #A28977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293
    #A28978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293 5
    #A28979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 401
    #A28980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 401 5
    #A28981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 456
    #A28982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 456 5
    #A28983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 613
    #A28984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 613 5
    #A28985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 651
    #A28986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 651 5
    #A28987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 660
    #A28988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 660 17
    #A28989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 667
    #A28990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 667 17
    #A28991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 674
    #A28992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 674 17
    #A28993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 706
    #A28994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 706 5
    #A28995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713
    #A28996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 713 13
    #A28997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 723
    #A28998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 723 13
    #A28999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 737
    #A29000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 737 13
    #A29001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 763
    #A29002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 763 5
    #A29003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 772
    #A29004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 772 13
    #A29005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 776
    #A29006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 776 13
    #A29007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 784
    #A29008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 784 13
    #A29009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 794
    #A29010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 794 5
    #A29011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 803
    #A29012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 803 13
    #A29013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 807
    #A29014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 807 13
    #A29015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 819
    #A29016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 819 13
    #A29017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 832
    #A29018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 832 5
    #A29019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 844
    #A29020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 844 5
    #A29021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 856
    #A29022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 856 5
    #A29023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 868
    #A29024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 868 5
    #A29025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 880
    #A29026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 880 5
    #A29027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 909
    #A29028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 909 5
    #A29029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 929
    #A29030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 929 5
    #A29031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 960
    #A29032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 960 5
    #A29033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1075
    #A29034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1075 5
    #A29035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1126
    #A29036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1126 5
    #A29037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1183
    #A29038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1183 5
    #A29039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1199
    #A29040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1199 5
    #A29041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1217
    #A29042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1217 5
    #A29043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1253
    #A29044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1253 5
    #A29045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1303
    #A29046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1303 5
    #A29047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1321
    #A29048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1321 5
    #A29049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1342
    #A29050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1342 9
    #A29051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1355
    #A29052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1355 9
    #A29053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1360
    #A29054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1360 9
    #A29055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1368
    #A29056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1368 5
    #A29057 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 1433
    #A29058 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 1433 5
    #A29059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1434
    #A29060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1434 5
    #A29061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1502
    #A29062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1502 5
    #A29063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1546
    #A29064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1546 5
    #A29065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1566
    #A29066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1566 5
    #A29067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1605
    #A29068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1605 5
    #A29069 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 1650
    #A29070 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 1650 5
    #A29071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1651
    #A29072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1651 5
    #A29073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1679
    #A29074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1679 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/engine/ShadowEngineTests.java

    Severity Rule Message Line Col
    #A29075 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 110
    #A29076 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 110 5
    #A29077 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 155
    #A29078 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 155 5
    #A29079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A29080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 13
    #A29081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A29082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 13
    #A29083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206
    #A29084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 206 13
    #A29085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261
    #A29086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 261 13
    #A29087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A29088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A29089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427
    #A29090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427 5
    #A29091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 517
    #A29092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 517 5
    #A29093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 730
    #A29094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 730 5
    #A29095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 781
    #A29096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 781 5
    #A29097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 810
    #A29098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 810 5
    #A29099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 859
    #A29100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 859 5
    #A29101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 866
    #A29102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 866 5
    #A29103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 879
    #A29104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 879 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/AbstractFieldDataImplTests.java

    Severity Rule Message Line Col
    #A29105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A29106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A29107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A29108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A29109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A29110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A29111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A29112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A29113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A29114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A29115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228
    #A29116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/AbstractFieldDataTests.java

    Severity Rule Message Line Col
    #A29117 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 45
    #A29118 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 45 1
    #A29119 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 96
    #A29120 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 96 5
    #A29121 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 116
    #A29122 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 116 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/AbstractNumericFieldDataTests.java

    Severity Rule Message Line Col
    #A29123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A29124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A29125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A29126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A29127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190
    #A29128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190 5
    #A29129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A29130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A29131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A29132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A29133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A29134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/AbstractStringFieldDataTests.java

    Severity Rule Message Line Col
    #A29135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441
    #A29136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441 5
    #A29137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532
    #A29138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532 5
    #A29139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 568
    #A29140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 568 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/BinaryDVFieldDataTests.java

    Severity Rule Message Line Col
    #A29141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A29142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A29143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A29144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/DoubleFieldDataTests.java

    Severity Rule Message Line Col
    #A29145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A29146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A29147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A29148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A29149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A29150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A29151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A29152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A29153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A29154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/DuelFieldDataTests.java

    Severity Rule Message Line Col
    #A29155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A29156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A29157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A29158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A29159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A29160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A29161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219
    #A29162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219 5
    #A29163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A29164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A29165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 621
    #A29166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 621 9
    #A29167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 627
    #A29168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 627 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FSTPackedBytesStringFieldDataTests.java

    Severity Rule Message Line Col
    #A29169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A29170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FieldDataFilterIntegrationTests.java

    Severity Rule Message Line Col
    #A29171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A29172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A29173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A29174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FieldDataLoadingTests.java

    Severity Rule Message Line Col
    #A29175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A29176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A29177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A29178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FieldDataTests.java

    Severity Rule Message Line Col
    #A29179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A29180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 13
    #A29181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A29182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 13
    #A29183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A29184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A29185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A29186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13
    #A29187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A29188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 13
    #A29189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A29190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 13
    #A29191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A29192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 13
    #A29193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A29194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FilterFieldDataTest.java

    Severity Rule Message Line Col
    #A29195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A29196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A29197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A29198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A29199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A29200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/FloatFieldDataTests.java

    Severity Rule Message Line Col
    #A29201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A29202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A29203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A29204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A29205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A29206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A29207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A29208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A29209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A29210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/IndexFieldDataServiceTests.java

    Severity Rule Message Line Col
    #A29211 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 99
    #A29212 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 99 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/LongFieldDataTests.java

    Severity Rule Message Line Col
    #A29213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A29214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A29215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A29216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A29217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A29218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A29219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A29220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A29221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A29222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A29223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A29224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A29225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A29226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A29227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A29228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 13
    #A29229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A29230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 13
    #A29231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A29232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 13
    #A29233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A29234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 13
    #A29235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287
    #A29236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 287 13
    #A29237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297
    #A29238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 297 13
    #A29239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307
    #A29240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 307 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/NoOrdinalsStringFieldDataTests.java

    Severity Rule Message Line Col
    #A29241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A29242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 13
    #A29243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A29244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 13
    #A29245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A29246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 13
    #A29247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A29248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 13
    #A29249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A29250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 13
    #A29251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A29252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A29253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A29254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 13
    #A29255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A29256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13
    #A29257 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81
    #A29258 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81 5
    #A29259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A29260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A29261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A29262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A29263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A29264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/PagedBytesStringFieldDataTests.java

    Severity Rule Message Line Col
    #A29265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A29266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/ParentChildFieldDataTests.java

    Severity Rule Message Line Col
    #A29267 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 63
    #A29268 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 63 5
    #A29269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A29270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A29271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A29272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A29273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A29274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 17
    #A29275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A29276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/ScriptDocValuesTests.java

    Severity Rule Message Line Col
    #A29277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A29278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 13
    #A29279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A29280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 13
    #A29281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A29282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/SortedSetDVStringFieldDataTests.java

    Severity Rule Message Line Col
    #A29283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A29284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A29285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A29286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/fieldcomparator/ReplaceMissingTests.java

    Severity Rule Message Line Col
    #A29287 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 30
    #A29288 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 30 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/ordinals/MultiOrdinalsTests.java

    Severity Rule Message Line Col
    #A29289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A29290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A29291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A29292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A29293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A29294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A29295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A29296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9
    #A29297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A29298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 9
    #A29299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A29300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A29301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A29302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/ordinals/SingleOrdinalsTests.java

    Severity Rule Message Line Col
    #A29303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A29304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A29305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A29306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/fielddata/plain/ParentChildFilteredTermsEnumTests.java

    Severity Rule Message Line Col
    #A29307 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 42
    #A29308 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 42 5
    #A29309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A29310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A29311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A29312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/gateway/CommitPointsTests.java

    Severity Rule Message Line Col
    #A29313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A29314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/TransformOnIndexMapperIntegrationTest.java

    Severity Rule Message Line Col
    #A29315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A29316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A29317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A29318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A29319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A29320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/UidTests.java

    Severity Rule Message Line Col
    #A29321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29
    #A29322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/all/AllMapperOnCusterTests.java

    Severity Rule Message Line Col
    #A29323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A29324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/all/SimpleAllMapperTests.java

    Severity Rule Message Line Col
    #A29325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A29326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A29327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A29328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A29329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A29330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A29331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A29332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A29333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A29334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A29335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A29336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A29337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A29338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A29339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A29340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A29341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A29342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A29343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217
    #A29344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217 5
    #A29345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335
    #A29346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335 5
    #A29347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 355
    #A29348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 355 5
    #A29349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 376
    #A29350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 376 5
    #A29351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383
    #A29352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383 5
    #A29353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390
    #A29354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390 5
    #A29355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A29356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5
    #A29357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412
    #A29358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/analyzer/AnalyzerMapperTests.java

    Severity Rule Message Line Col
    #A29359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A29360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A29361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A29362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A29363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A29364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/binary/BinaryMappingTests.java

    Severity Rule Message Line Col
    #A29365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A29366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/boost/BoostMappingIntegrationTests.java

    Severity Rule Message Line Col
    #A29367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A29368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/boost/BoostMappingTests.java

    Severity Rule Message Line Col
    #A29369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A29371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A29372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A29373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A29374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A29375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A29376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/boost/CustomBoostMappingTests.java

    Severity Rule Message Line Col
    #A29377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A29378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/boost/FieldLevelBoostTests.java

    Severity Rule Message Line Col
    #A29379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A29381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A29382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/camelcase/CamelCaseFieldNameTests.java

    Severity Rule Message Line Col
    #A29383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/completion/CompletionFieldMapperTests.java

    Severity Rule Message Line Col
    #A29385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A29386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A29387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A29388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A29389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A29390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/compound/CompoundTypesTests.java

    Severity Rule Message Line Col
    #A29391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A29392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/copyto/CopyToMapperIntegrationTests.java

    Severity Rule Message Line Col
    #A29393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A29394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/copyto/CopyToMapperTests.java

    Severity Rule Message Line Col
    #A29395 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50
    #A29396 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 50 5
    #A29397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A29398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A29399 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 121
    #A29400 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 121 5
    #A29401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A29402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A29403 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 158
    #A29404 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 158 5
    #A29405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A29406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5
    #A29407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A29408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/core/TokenCountFieldMapperIntegrationTests.java

    Severity Rule Message Line Col
    #A29409 warning AnnotationOnSameLine Annotation 'ParametersFactory' should be on the same line with its target. 46
    #A29410 warning AnnotationOnSameLine Annotation 'ParametersFactory' should be on the same line with its target. 46 5
    #A29411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A29412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A29413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A29414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A29415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A29416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/core/TokenCountFieldMapperTests.java

    Severity Rule Message Line Col
    #A29417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A29418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A29419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A29420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/date/SimpleDateMappingTests.java

    Severity Rule Message Line Col
    #A29421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A29422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A29423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A29424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A29425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A29426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A29427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A29428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A29429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190
    #A29430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190 5
    #A29431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210
    #A29432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210 5
    #A29433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240
    #A29434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240 5
    #A29435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A29436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5
    #A29437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333
    #A29438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamic/DynamicMappingIntegrationTests.java

    Severity Rule Message Line Col
    #A29439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A29440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A29441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A29442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamic/DynamicMappingTests.java

    Severity Rule Message Line Col
    #A29443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A29444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A29445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A29446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A29447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A29448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A29449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A29450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A29451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A29452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A29453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A29454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A29455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A29456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 13
    #A29457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A29458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A29459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225
    #A29460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 225 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamictemplate/genericstore/GenericStoreDynamicTemplateTests.java

    Severity Rule Message Line Col
    #A29461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A29462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamictemplate/pathmatch/PathMatchDynamicTemplateTests.java

    Severity Rule Message Line Col
    #A29463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A29464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/dynamictemplate/simple/SimpleDynamicTemplatesTests.java

    Severity Rule Message Line Col
    #A29465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A29466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A29467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A29468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A29469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A29470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/ExternalIndexModule.java

    Severity Rule Message Line Col
    #A29471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29
    #A29472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 29 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/ExternalMapper.java

    Severity Rule Message Line Col
    #A29473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A29474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A29475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A29476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 9
    #A29477 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 125
    #A29478 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 125 9
    #A29479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A29480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A29481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A29482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 5
    #A29483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A29484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 5
    #A29485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A29486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A29487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203
    #A29488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 203 5
    #A29489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A29490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 5
    #A29491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A29492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 5
    #A29493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222
    #A29494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 222 5
    #A29495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A29496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 5
    #A29497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A29498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A29499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A29500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/ExternalMapperPlugin.java

    Severity Rule Message Line Col
    #A29501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A29502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A29503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A29504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A29505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A29506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/ExternalRootMapper.java

    Severity Rule Message Line Col
    #A29507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A29508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A29509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A29510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A29511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A29512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A29513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A29514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A29515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A29516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A29517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A29518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A29519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A29520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A29521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A29522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A29523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A29524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A29525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A29526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5
    #A29527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A29528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A29529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A29530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/ExternalValuesMapperIntegrationTests.java

    Severity Rule Message Line Col
    #A29531 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37
    #A29532 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37 1
    #A29533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A29534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A29535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A29536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A29537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A29538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/RegisterExternalTypes.java

    Severity Rule Message Line Col
    #A29539 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A29540 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/externalvalues/SimpleExternalMappingTests.java

    Severity Rule Message Line Col
    #A29541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A29542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A29543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A29544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A29545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A29546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/geo/GeoPointFieldMapperTests.java

    Severity Rule Message Line Col
    #A29547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A29548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A29549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A29550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A29551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A29552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A29553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A29554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A29555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A29556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A29557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137
    #A29558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 137 5
    #A29559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A29560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A29561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A29562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A29563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A29564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A29565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293
    #A29566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293 5
    #A29567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A29568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5
    #A29569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A29570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A29571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360
    #A29572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360 5
    #A29573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387
    #A29574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387 5
    #A29575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406
    #A29576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406 5
    #A29577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427
    #A29578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427 5
    #A29579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448
    #A29580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448 5
    #A29581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475
    #A29582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/geo/GeoShapeFieldMapperTests.java

    Severity Rule Message Line Col
    #A29583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A29584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A29585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A29586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A29587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A29588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A29589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A29590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A29591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A29592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A29593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300
    #A29594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/geo/GeohashMappingGeoPointTests.java

    Severity Rule Message Line Col
    #A29595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A29596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A29597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A29598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A29599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A29600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A29601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A29602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A29603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A29604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A29605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A29606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/id/IdMappingTests.java

    Severity Rule Message Line Col
    #A29607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A29608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A29609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A29610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A29611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A29612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/index/IndexTypeMapperIntegrationTests.java

    Severity Rule Message Line Col
    #A29613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A29614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/index/IndexTypeMapperTests.java

    Severity Rule Message Line Col
    #A29615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A29617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A29618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A29619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A29620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A29621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A29622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A29623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A29624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/ip/SimpleIpMappingTests.java

    Severity Rule Message Line Col
    #A29625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A29626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A29627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A29628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A29629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A29630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A29631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A29632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A29633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A29634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/lucene/DoubleIndexingDocTest.java

    Severity Rule Message Line Col
    #A29635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A29636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/lucene/StoredNumericValuesTest.java

    Severity Rule Message Line Col
    #A29637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A29638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/merge/TestMergeMapperTests.java

    Severity Rule Message Line Col
    #A29639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A29640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A29641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A29642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A29643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A29644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A29645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A29646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A29647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A29648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/multifield/MultiFieldTests.java

    Severity Rule Message Line Col
    #A29649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A29650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A29651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A29652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A29653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A29654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A29655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A29656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A29657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A29658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5
    #A29659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350
    #A29660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350 5
    #A29661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 420
    #A29662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 420 5
    #A29663 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 440
    #A29664 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 440 9
    #A29665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 451
    #A29666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 451 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/multifield/MultiFieldsIntegrationTests.java

    Severity Rule Message Line Col
    #A29667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A29668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A29669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A29670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A29671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A29672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A29673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A29674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A29675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A29676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/multifield/merge/JavaMultiFieldMergeTests.java

    Severity Rule Message Line Col
    #A29677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A29678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A29679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A29680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/nested/NestedMappingTests.java

    Severity Rule Message Line Col
    #A29681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A29682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A29683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A29684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A29685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A29686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A29687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A29688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A29689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A29690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A29691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A29692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A29693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A29694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/null_value/NullValueTests.java

    Severity Rule Message Line Col
    #A29695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A29696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/numeric/SimpleNumericTests.java

    Severity Rule Message Line Col
    #A29697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A29698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A29699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A29700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A29701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A29702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A29703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A29704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A29705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335
    #A29706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335 5
    #A29707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 361
    #A29708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 361 5
    #A29709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A29710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/object/NullValueObjectMappingTests.java

    Severity Rule Message Line Col
    #A29711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/object/SimpleObjectMappingTests.java

    Severity Rule Message Line Col
    #A29713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A29714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A29715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A29716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A29717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A29718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A29719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A29720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A29721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A29722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A29723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A29724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A29725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A29726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/parent/ParentMappingTests.java

    Severity Rule Message Line Col
    #A29727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A29729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A29730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A29731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A29732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A29733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A29734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/path/PathMapperTests.java

    Severity Rule Message Line Col
    #A29735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/routing/RoutingTypeMapperTests.java

    Severity Rule Message Line Col
    #A29737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A29738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A29739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A29740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A29741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A29742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/simple/SimpleMapperTests.java

    Severity Rule Message Line Col
    #A29743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A29744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A29745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A29746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A29747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A29748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A29749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A29750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A29751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A29752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A29753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A29754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A29755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A29756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/size/SizeMappingIntegrationTests.java

    Severity Rule Message Line Col
    #A29757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A29759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A29760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/size/SizeMappingTests.java

    Severity Rule Message Line Col
    #A29761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A29762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A29763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A29764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A29765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A29766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A29767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A29768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A29769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A29770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/source/CompressSourceMappingTests.java

    Severity Rule Message Line Col
    #A29771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A29772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A29773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A29774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A29775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A29776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/source/DefaultSourceMappingTests.java

    Severity Rule Message Line Col
    #A29777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A29778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A29779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A29780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A29781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A29782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A29783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A29784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A29785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A29786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A29787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A29788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A29789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A29790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A29791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A29792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A29793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A29794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/string/SimpleStringMappingTests.java

    Severity Rule Message Line Col
    #A29795 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 71
    #A29796 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 71 5
    #A29797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A29798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A29799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A29800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A29801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A29802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A29803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A29804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A29805 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 291
    #A29806 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 291 9
    #A29807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296
    #A29808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296 5
    #A29809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425
    #A29810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/timestamp/TimestampMappingTests.java

    Severity Rule Message Line Col
    #A29811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A29812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A29813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A29814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A29815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A29816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A29817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A29818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A29819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A29820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A29821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A29822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A29823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A29824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A29825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A29826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A29827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A29828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A29829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233
    #A29830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233 5
    #A29831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A29832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A29833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287
    #A29834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287 5
    #A29835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315
    #A29836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 315 5
    #A29837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332
    #A29838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332 5
    #A29839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360
    #A29840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360 5
    #A29841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377
    #A29842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377 5
    #A29843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395
    #A29844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395 5
    #A29845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422
    #A29846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422 5
    #A29847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 476
    #A29848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 476 5
    #A29849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496
    #A29850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496 5
    #A29851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 518
    #A29852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 518 5
    #A29853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 541
    #A29854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 541 5
    #A29855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 578
    #A29856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 578 5
    #A29857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 611
    #A29858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 611 5
    #A29859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624
    #A29860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/ttl/TTLMappingTests.java

    Severity Rule Message Line Col
    #A29861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A29862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A29863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A29864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A29865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A29866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A29867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A29868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A29869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A29870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A29871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A29872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A29873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A29874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A29875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A29876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A29877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A29878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A29879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A29880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A29881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A29882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A29883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A29884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A29885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A29886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A29887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A29888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/typelevels/ParseDocumentTypeLevelsTests.java

    Severity Rule Message Line Col
    #A29889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A29890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A29891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A29892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A29893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A29894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A29895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A29896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A29897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A29898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A29899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A29900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A29901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A29902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A29903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A29904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A29905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A29906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A29907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A29908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/typelevels/ParseMappingTypeLevelTests.java

    Severity Rule Message Line Col
    #A29909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A29910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/update/UpdateMappingOnClusterTests.java

    Severity Rule Message Line Col
    #A29911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A29912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A29913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A29914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A29915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A29916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A29917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A29918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A29919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A29920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A29921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A29922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A29923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A29924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A29925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A29926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/mapper/update/UpdateMappingTests.java

    Severity Rule Message Line Col
    #A29927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A29928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A29929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A29930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A29931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A29932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A29933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A29934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A29935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A29936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A29937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A29938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A29939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A29940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A29941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A29942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A29943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A29944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A29945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A29946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/merge/policy/MergePolicySettingsTest.java

    Severity Rule Message Line Col
    #A29947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A29948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A29949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A29950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A29951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A29952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/GeoShapeQueryBuilderTests.java

    Severity Rule Message Line Col
    #A29953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30
    #A29954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/IndexQueryParserFilterCachingTests.java

    Severity Rule Message Line Col
    #A29955 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 59
    #A29956 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 59 5
    #A29957 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 78
    #A29958 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 78 5
    #A29959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A29960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A29961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A29962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/IndexQueryParserFilterDateRangeFormatTests.java

    Severity Rule Message Line Col
    #A29963 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 52
    #A29964 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 52 5
    #A29965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A29966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A29967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A29968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A29969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A29970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/IndexQueryParserFilterDateRangeTimezoneTests.java

    Severity Rule Message Line Col
    #A29971 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 51
    #A29972 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 51 5
    #A29973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A29974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A29975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A29976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/ItemSerializationTests.java

    Severity Rule Message Line Col
    #A29977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A29978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A29979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A29980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/SimpleIndexQueryParserTests.java

    Severity Rule Message Line Col
    #A29981 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 97
    #A29982 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 97 5
    #A29983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A29984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A29985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A29986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A29987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A29988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A29989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A29990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A29991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A29992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A29993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A29994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A29995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A29996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A29997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A29998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A29999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A30000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A30001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240
    #A30002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 240 5
    #A30003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A30004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A30005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A30006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5
    #A30007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A30008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A30009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292
    #A30010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292 5
    #A30011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 301
    #A30012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 301 5
    #A30013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311
    #A30014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311 5
    #A30015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A30016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5
    #A30017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A30018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A30019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341
    #A30020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341 5
    #A30021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 361
    #A30022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 361 5
    #A30023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382
    #A30024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382 5
    #A30025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399
    #A30026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399 5
    #A30027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411
    #A30028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411 5
    #A30029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A30030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5
    #A30031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 433
    #A30032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 433 5
    #A30033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 443
    #A30034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 443 5
    #A30035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 455
    #A30036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 455 5
    #A30037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 468
    #A30038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 468 5
    #A30039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 479
    #A30040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 479 5
    #A30041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492
    #A30042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492 5
    #A30043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 506
    #A30044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 506 5
    #A30045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 516
    #A30046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 516 5
    #A30047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 527
    #A30048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 527 5
    #A30049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 539
    #A30050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 539 5
    #A30051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 549
    #A30052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 549 5
    #A30053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 560
    #A30054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 560 5
    #A30055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572
    #A30056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572 5
    #A30057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 582
    #A30058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 582 5
    #A30059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 593
    #A30060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 593 5
    #A30061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 603
    #A30062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 603 5
    #A30063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 612
    #A30064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 612 5
    #A30065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 622
    #A30066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 622 5
    #A30067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 632
    #A30068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 632 5
    #A30069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 645
    #A30070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 645 5
    #A30071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 658
    #A30072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 658 5
    #A30073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 672
    #A30074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 672 5
    #A30075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 686
    #A30076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 686 5
    #A30077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 703
    #A30078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 703 5
    #A30079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 714
    #A30080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 714 5
    #A30081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 723
    #A30082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 723 5
    #A30083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 733
    #A30084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 733 5
    #A30085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 744
    #A30086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 744 5
    #A30087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 758
    #A30088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 758 5
    #A30089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 773
    #A30090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 773 5
    #A30091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 788
    #A30092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 788 5
    #A30093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 804
    #A30094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 804 5
    #A30095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 821
    #A30096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 821 5
    #A30097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 838
    #A30098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 838 5
    #A30099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 853
    #A30100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 853 5
    #A30101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 868
    #A30102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 868 5
    #A30103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 884
    #A30104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 884 5
    #A30105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 918
    #A30106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 918 5
    #A30107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 951
    #A30108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 951 5
    #A30109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 964
    #A30110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 964 5
    #A30111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 978
    #A30112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 978 5
    #A30113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 993
    #A30114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 993 5
    #A30115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1007
    #A30116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1007 5
    #A30117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1020
    #A30118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1020 5
    #A30119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1034
    #A30120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1034 5
    #A30121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1048
    #A30122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1048 5
    #A30123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1059
    #A30124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1059 5
    #A30125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1072
    #A30126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1072 5
    #A30127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1085
    #A30128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1085 5
    #A30129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1098
    #A30130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1098 5
    #A30131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1105
    #A30132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1105 5
    #A30133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1113
    #A30134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1113 5
    #A30135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1124
    #A30136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1124 5
    #A30137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1148
    #A30138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1148 5
    #A30139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1172
    #A30140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1172 5
    #A30141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1189
    #A30142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1189 5
    #A30143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1207
    #A30144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1207 5
    #A30145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1221
    #A30146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1221 5
    #A30147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1239
    #A30148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1239 5
    #A30149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1259
    #A30150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1259 5
    #A30151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1269
    #A30152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1269 5
    #A30153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1280
    #A30154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1280 5
    #A30155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1291
    #A30156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1291 5
    #A30157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1308
    #A30158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1308 5
    #A30159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1322
    #A30160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1322 5
    #A30161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1336
    #A30162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1336 5
    #A30163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1349
    #A30164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1349 5
    #A30165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1363
    #A30166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1363 5
    #A30167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1376
    #A30168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1376 5
    #A30169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1389
    #A30170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1389 5
    #A30171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1403
    #A30172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1403 5
    #A30173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1412
    #A30174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1412 5
    #A30175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1422
    #A30176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1422 5
    #A30177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1432
    #A30178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1432 5
    #A30179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1443
    #A30180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1443 5
    #A30181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1453
    #A30182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1453 5
    #A30183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1464
    #A30184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1464 5
    #A30185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1475
    #A30186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1475 5
    #A30187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1487
    #A30188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1487 5
    #A30189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1498
    #A30190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1498 5
    #A30191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1510
    #A30192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1510 5
    #A30193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1523
    #A30194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1523 5
    #A30195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1537
    #A30196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1537 5
    #A30197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1552
    #A30198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1552 5
    #A30199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1564
    #A30200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1564 5
    #A30201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1577
    #A30202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1577 5
    #A30203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1590
    #A30204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1590 5
    #A30205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1602
    #A30206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1602 5
    #A30207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1614
    #A30208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1614 5
    #A30209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1624
    #A30210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1624 5
    #A30211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1636
    #A30212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1636 5
    #A30213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1648
    #A30214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1648 5
    #A30215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1660
    #A30216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1660 5
    #A30217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1674
    #A30218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1674 5
    #A30219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1689
    #A30220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1689 5
    #A30221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1705
    #A30222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1705 5
    #A30223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1717
    #A30224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1717 5
    #A30225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1731
    #A30226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1731 5
    #A30227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1756
    #A30228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1756 5
    #A30229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1799
    #A30230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1799 9
    #A30231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1830
    #A30232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1830 5
    #A30233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1872
    #A30234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1872 5
    #A30235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1881
    #A30236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1881 5
    #A30237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1889
    #A30238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1889 5
    #A30239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1898
    #A30240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1898 5
    #A30241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1910
    #A30242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1910 5
    #A30243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1923
    #A30244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1923 5
    #A30245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1938
    #A30246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1938 5
    #A30247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1952
    #A30248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1952 5
    #A30249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1966
    #A30250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1966 5
    #A30251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1980
    #A30252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1980 5
    #A30253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1994
    #A30254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1994 5
    #A30255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2008
    #A30256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2008 5
    #A30257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2022
    #A30258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2022 5
    #A30259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2036
    #A30260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2036 5
    #A30261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2050
    #A30262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2050 5
    #A30263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2064
    #A30264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2064 5
    #A30265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2078
    #A30266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2078 5
    #A30267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2092
    #A30268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2092 5
    #A30269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2106
    #A30270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2106 5
    #A30271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2123
    #A30272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2123 5
    #A30273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2138
    #A30274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2138 5
    #A30275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2153
    #A30276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2153 5
    #A30277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2168
    #A30278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2168 5
    #A30279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2183
    #A30280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2183 5
    #A30281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2198
    #A30282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2198 5
    #A30283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2214
    #A30284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2214 5
    #A30285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2234
    #A30286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2234 5
    #A30287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2256
    #A30288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2256 5
    #A30289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2274
    #A30290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2274 5
    #A30291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2292
    #A30292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2292 5
    #A30293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2310
    #A30294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2310 5
    #A30295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2328
    #A30296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2328 5
    #A30297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2338
    #A30298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2338 5
    #A30299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2348
    #A30300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2348 5
    #A30301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2359
    #A30302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2359 5
    #A30303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2370
    #A30304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2370 5
    #A30305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2381
    #A30306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2381 5
    #A30307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2390
    #A30308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2390 5
    #A30309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2400
    #A30310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2400 5
    #A30311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2413
    #A30312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2413 5
    #A30313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2421
    #A30314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2421 5
    #A30315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2434
    #A30316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2434 5
    #A30317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2442
    #A30318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2442 5
    #A30319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2450
    #A30320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2450 5
    #A30321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2459
    #A30322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2459 5
    #A30323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2469
    #A30324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2469 5
    #A30325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2478
    #A30326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2478 5
    #A30327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2491
    #A30328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2491 5
    #A30329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2503
    #A30330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2503 5
    #A30331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2531
    #A30332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2531 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/TemplateQueryBuilderTest.java

    Severity Rule Message Line Col
    #A30333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A30334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/TemplateQueryParserTest.java

    Severity Rule Message Line Col
    #A30335 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 69
    #A30336 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 69 5
    #A30337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A30338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 21
    #A30339 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 107
    #A30340 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 107 5
    #A30341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A30342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A30343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A30344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/TemplateQueryTest.java

    Severity Rule Message Line Col
    #A30345 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53
    #A30346 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53 1
    #A30347 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 56
    #A30348 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 56 5
    #A30349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A30350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A30351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A30352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A30353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A30354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A30355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A30356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A30357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A30358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A30359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A30360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A30361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A30362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A30363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A30364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A30365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A30366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A30367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A30368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A30369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A30370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A30371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A30372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A30373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281
    #A30374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281 5
    #A30375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373
    #A30376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373 5
    #A30377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411
    #A30378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/guice/IndexQueryParserModuleTests.java

    Severity Rule Message Line Col
    #A30379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A30380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/guice/MyJsonFilterParser.java

    Severity Rule Message Line Col
    #A30381 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A30382 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A30383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A30384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A30385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A30386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/guice/MyJsonQueryParser.java

    Severity Rule Message Line Col
    #A30387 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A30388 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A30389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A30390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A30391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A30392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/plugin/IndexQueryParserPlugin2Tests.java

    Severity Rule Message Line Col
    #A30393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A30394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A30395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A30396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/plugin/IndexQueryParserPluginTests.java

    Severity Rule Message Line Col
    #A30397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A30398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A30399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A30400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 13
    #A30401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A30402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13
    #A30403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A30404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/plugin/PluginJsonFilterParser.java

    Severity Rule Message Line Col
    #A30405 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A30406 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A30407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A30408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A30409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A30410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/query/plugin/PluginJsonQueryParser.java

    Severity Rule Message Line Col
    #A30411 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44
    #A30412 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 44 5
    #A30413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A30414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A30415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A30416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/FieldDataTermsFilterTests.java

    Severity Rule Message Line Col
    #A30417 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 71
    #A30418 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 71 5
    #A30419 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 106
    #A30420 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 106 5
    #A30421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A30422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A30423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A30424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A30425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A30426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A30427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A30428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/AbstractChildTests.java

    Severity Rule Message Line Col
    #A30429 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 46
    #A30430 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 46 1
    #A30431 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 47
    #A30432 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 47 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/BitSetCollector.java

    Severity Rule Message Line Col
    #A30433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A30434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A30435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A30436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ChildrenConstantScoreQueryTests.java

    Severity Rule Message Line Col
    #A30437 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 60
    #A30438 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 60 5
    #A30439 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 66
    #A30440 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 66 5
    #A30441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A30442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A30443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A30444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A30445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A30446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ChildrenQueryTests.java

    Severity Rule Message Line Col
    #A30447 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 64
    #A30448 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 64 5
    #A30449 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 70
    #A30450 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 70 5
    #A30451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A30452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A30453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A30454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5
    #A30455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260
    #A30456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260 5
    #A30457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265
    #A30458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265 5
    #A30459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270
    #A30460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270 5
    #A30461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275
    #A30462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/MockScorer.java

    Severity Rule Message Line Col
    #A30463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A30464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A30465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A30466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A30467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A30468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 5
    #A30469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A30470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A30471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A30472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A30473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A30474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ParentConstantScoreQueryTests.java

    Severity Rule Message Line Col
    #A30475 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 60
    #A30476 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 60 5
    #A30477 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 66
    #A30478 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 66 5
    #A30479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A30480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A30481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A30482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ParentQueryTests.java

    Severity Rule Message Line Col
    #A30483 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 61
    #A30484 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 61 5
    #A30485 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 67
    #A30486 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 67 5
    #A30487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A30488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A30489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A30490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/ScoreTypeTests.java

    Severity Rule Message Line Col
    #A30491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A30492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A30493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A30494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A30495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A30496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A30497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A30498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A30499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A30500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A30501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A30502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A30503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A30504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/child/TopChildrenQueryTests.java

    Severity Rule Message Line Col
    #A30505 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 41
    #A30506 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 41 5
    #A30507 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 47
    #A30508 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 47 5
    #A30509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A30510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/geo/GeoDistanceTests.java

    Severity Rule Message Line Col
    #A30511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A30512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A30513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A30514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/geo/GeoHashUtilsTests.java

    Severity Rule Message Line Col
    #A30515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A30516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A30517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A30518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A30519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A30520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A30521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A30522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A30523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A30524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/geo/GeoPointParsingTests.java

    Severity Rule Message Line Col
    #A30525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A30526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A30527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A30528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A30529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A30530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A30531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A30532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A30533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A30534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A30535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A30536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/geo/GeoUtilsTests.java

    Severity Rule Message Line Col
    #A30537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A30538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A30539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A30540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A30541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A30542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A30543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A30544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A30545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A30546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A30547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A30548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A30549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A30550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A30551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A30552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A30553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A30554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A30555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A30556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A30557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A30558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A30559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A30560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A30561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A30562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A30563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A30564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A30565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A30566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A30567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270
    #A30568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270 5
    #A30569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A30570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A30571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A30572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A30573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 309
    #A30574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 309 5
    #A30575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A30576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A30577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A30578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A30579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375
    #A30580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375 5
    #A30581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392
    #A30582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392 5
    #A30583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406
    #A30584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 406 5
    #A30585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438
    #A30586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438 5
    #A30587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463
    #A30588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463 5
    #A30589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 471
    #A30590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 471 5
    #A30591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 480
    #A30592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 480 5
    #A30593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 489
    #A30594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 489 5
    #A30595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 498
    #A30596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 498 5
    #A30597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 507
    #A30598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 507 5
    #A30599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 517
    #A30600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 517 5
    #A30601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 529
    #A30602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 529 5
    #A30603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542
    #A30604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542 5
    #A30605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 554
    #A30606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 554 5
    #A30607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 564
    #A30608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 564 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/AbstractNumberNestedSortingTests.java

    Severity Rule Message Line Col
    #A30609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A30610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/DoubleNestedSortingTests.java

    Severity Rule Message Line Col
    #A30611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A30612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A30613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A30614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A30615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A30616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/FloatNestedSortingTests.java

    Severity Rule Message Line Col
    #A30617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A30618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A30619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A30620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A30621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A30622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/LongNestedSortingTests.java

    Severity Rule Message Line Col
    #A30623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A30624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A30625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A30626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A30627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A30628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/search/nested/NestedSortingTests.java

    Severity Rule Message Line Col
    #A30629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A30630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A30631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A30632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A30633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A30634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/shard/IndexShardModuleTests.java

    Severity Rule Message Line Col
    #A30635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31
    #A30636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/similarity/SimilarityTests.java

    Severity Rule Message Line Col
    #A30637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A30638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A30639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A30640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A30641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A30642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A30643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A30644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A30645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A30646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A30647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A30648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A30649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A30650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/snapshots/blobstore/FileInfoTest.java

    Severity Rule Message Line Col
    #A30651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A30652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/snapshots/blobstore/SlicedInputStreamTest.java

    Severity Rule Message Line Col
    #A30653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A30654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A30655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A30656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A30657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A30658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/CorruptedFileTest.java

    Severity Rule Message Line Col
    #A30659 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 85
    #A30660 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 85 1
    #A30661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A30662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5
    #A30663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A30664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A30665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A30666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 13
    #A30667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A30668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A30669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A30670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 13
    #A30671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A30672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 17
    #A30673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A30674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A30675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A30676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 17
    #A30677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 455
    #A30678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 455 5
    #A30679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 533
    #A30680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 533 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/CorruptedTranslogTests.java

    Severity Rule Message Line Col
    #A30681 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61
    #A30682 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61 1
    #A30683 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A30684 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A30685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A30686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A30687 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 74
    #A30688 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 74 5
    #A30689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A30690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/DirectoryUtilsTest.java

    Severity Rule Message Line Col
    #A30691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A30692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/DistributorDirectoryTest.java

    Severity Rule Message Line Col
    #A30693 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 48
    #A30694 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 48 1
    #A30695 warning AnnotationOnSameLine Annotation 'ThreadLeakLingering' should be on the same line with its target. 49
    #A30696 warning AnnotationOnSameLine Annotation 'ThreadLeakLingering' should be on the same line with its target. 49 1
    #A30697 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 50
    #A30698 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 50 1
    #A30699 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 51
    #A30700 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 51 1
    #A30701 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 52
    #A30702 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 52 1
    #A30703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A30704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A30705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A30706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A30707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A30708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 13
    #A30709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A30710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 13
    #A30711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A30712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 17
    #A30713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A30714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 17
    #A30715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146
    #A30716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 146 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/DistributorInTheWildTest.java

    Severity Rule Message Line Col
    #A30717 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 47
    #A30718 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 47 1
    #A30719 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 48
    #A30720 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 48 1
    #A30721 warning AnnotationOnSameLine Annotation 'ThreadLeakLingering' should be on the same line with its target. 49
    #A30722 warning AnnotationOnSameLine Annotation 'ThreadLeakLingering' should be on the same line with its target. 49 1
    #A30723 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 50
    #A30724 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 50 1
    #A30725 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 51
    #A30726 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 51 1
    #A30727 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 57
    #A30728 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 57 5
    #A30729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A30730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A30731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A30732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A30733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A30734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A30735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A30736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A30737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A30738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5
    #A30739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186
    #A30740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 186 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/ExceptionRetryTests.java

    Severity Rule Message Line Col
    #A30741 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53
    #A30742 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53 1
    #A30743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A30744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A30745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A30746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A30747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A30748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/LegacyVerificationTests.java

    Severity Rule Message Line Col
    #A30749 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 39
    #A30750 warning AnnotationOnSameLine Annotation 'Deprecated' should be on the same line with its target. 39 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/StoreTest.java

    Severity Rule Message Line Col
    #A30751 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 61
    #A30752 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 61 5
    #A30753 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 66
    #A30754 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 66 5
    #A30755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A30756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A30757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A30758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A30759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A30760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A30761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A30762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 9
    #A30763 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A30764 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 17
    #A30765 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A30766 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 17
    #A30767 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196
    #A30768 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 196 25
    #A30769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A30770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A30771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292
    #A30772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 292 5
    #A30773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 352
    #A30774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 352 5
    #A30775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 446
    #A30776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 446 5
    #A30777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 479
    #A30778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 479 5
    #A30779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 513
    #A30780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 513 5
    #A30781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 558
    #A30782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 558 5
    #A30783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 594
    #A30784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 594 5
    #A30785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630
    #A30786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630 5
    #A30787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 764
    #A30788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 764 5
    #A30789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 872
    #A30790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 872 9
    #A30791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 877
    #A30792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 877 9
    #A30793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 882
    #A30794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 882 9
    #A30795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 910
    #A30796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 910 5
    #A30797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 923
    #A30798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 923 5
    #A30799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1069
    #A30800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1069 5
    #A30801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1173
    #A30802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1173 5
    #A30803 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1203
    #A30804 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1203 13
    #A30805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1220
    #A30806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1220 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/store/distributor/DistributorTests.java

    Severity Rule Message Line Col
    #A30807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A30808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A30809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A30810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A30811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A30812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A30813 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A30814 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9
    #A30815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A30816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 9
    #A30817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A30818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A30819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185
    #A30820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 185 9
    #A30821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A30822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/suggest/stats/SuggestStatsTests.java

    Severity Rule Message Line Col
    #A30823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A30824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A30825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A30826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/translog/AbstractSimpleTranslogTests.java

    Severity Rule Message Line Col
    #A30827 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 62
    #A30828 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 62 5
    #A30829 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 69
    #A30830 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 69 5
    #A30831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A30832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A30833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A30834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A30835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A30836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A30837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A30838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A30839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242
    #A30840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242 5
    #A30841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285
    #A30842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285 5
    #A30843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 325
    #A30844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 325 5
    #A30845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366
    #A30846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366 5
    #A30847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380
    #A30848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380 17
    #A30849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 479
    #A30850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 479 5
    #A30851 warning AnnotationOnSameLine Annotation 'BadApple' should be on the same line with its target. 480
    #A30852 warning AnnotationOnSameLine Annotation 'BadApple' should be on the same line with its target. 480 5
    #A30853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 504
    #A30854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 504 5
    #A30855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577
    #A30856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/translog/TranslogSizeMatcher.java

    Severity Rule Message Line Col
    #A30857 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A30858 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A30859 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A30860 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/translog/TranslogVersionTests.java

    Severity Rule Message Line Col
    #A30861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A30862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A30863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A30864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A30865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A30866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A30867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A30868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/translog/fs/FsBufferedTranslogTests.java

    Severity Rule Message Line Col
    #A30869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A30870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A30871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A30872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A30873 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 51
    #A30874 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/index/translog/fs/FsSimpleTranslogTests.java

    Severity Rule Message Line Col
    #A30875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A30876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A30877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A30878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A30879 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 47
    #A30880 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indexing/IndexActionTests.java

    Severity Rule Message Line Col
    #A30881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A30882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A30883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A30884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A30885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A30886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A30887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A30888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A30889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A30890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 17
    #A30891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A30892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5
    #A30893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A30894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A30895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A30896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indexlifecycle/IndexLifecycleActionTests.java

    Severity Rule Message Line Col
    #A30897 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 56
    #A30898 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 56 1
    #A30899 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 59
    #A30900 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 59 5
    #A30901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A30902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A30903 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 69
    #A30904 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 69 5
    #A30905 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 70
    #A30906 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 70 5
    #A30907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A30908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A30909 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 233
    #A30910 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 233 5
    #A30911 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 234
    #A30912 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 234 5
    #A30913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A30914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A30915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397
    #A30916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 397 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/FlushTest.java

    Severity Rule Message Line Col
    #A30917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A30918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A30919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A30920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 21
    #A30921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A30922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesCustomDataPathTests.java

    Severity Rule Message Line Col
    #A30923 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 49
    #A30924 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 49 5
    #A30925 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 54
    #A30926 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 54 5
    #A30927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A30928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A30929 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 60
    #A30930 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 60 5
    #A30931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A30932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesLifecycleListenerSingleNodeTests.java

    Severity Rule Message Line Col
    #A30933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A30934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A30935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A30936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A30937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A30938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 13
    #A30939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A30940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 13
    #A30941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A30942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 13
    #A30943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A30944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 13
    #A30945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A30946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A30947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A30948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesLifecycleListenerTests.java

    Severity Rule Message Line Col
    #A30949 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 62
    #A30950 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 62 1
    #A30951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A30952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A30953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A30954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 13
    #A30955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A30956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 13
    #A30957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A30958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A30959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A30960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 13
    #A30961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A30962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A30963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A30964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 13
    #A30965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A30966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 9
    #A30967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A30968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A30969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A30970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 9
    #A30971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A30972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/IndicesOptionsIntegrationTests.java

    Severity Rule Message Line Col
    #A30973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A30974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A30975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175
    #A30976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 175 5
    #A30977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255
    #A30978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 255 5
    #A30979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327
    #A30980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 327 5
    #A30981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358
    #A30982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358 5
    #A30983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 489
    #A30984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 489 5
    #A30985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 521
    #A30986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 521 5
    #A30987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 544
    #A30988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 544 5
    #A30989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 568
    #A30990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 568 5
    #A30991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 591
    #A30992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 591 5
    #A30993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 608
    #A30994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 608 5
    #A30995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 619
    #A30996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 619 5
    #A30997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 641
    #A30998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 641 5
    #A30999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652
    #A31000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652 5
    #A31001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 680
    #A31002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 680 5
    #A31003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 689
    #A31004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 689 5
    #A31005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 710
    #A31006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 710 5
    #A31007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 719
    #A31008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 719 5
    #A31009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737
    #A31010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737 5
    #A31011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 768
    #A31012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 768 5
    #A31013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 782
    #A31014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 782 5
    #A31015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 810
    #A31016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 810 5
    #A31017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 829
    #A31018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 829 5
    #A31019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 861
    #A31020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 861 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/DummyAnalysisBinderProcessor.java

    Severity Rule Message Line Col
    #A31021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A31022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A31023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A31024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A31025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A31026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A31027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A31028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/DummyAnalysisPlugin.java

    Severity Rule Message Line Col
    #A31029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A31030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5
    #A31031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A31032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A31033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A31034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/DummyAnalyzer.java

    Severity Rule Message Line Col
    #A31035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A31036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/DummyAnalyzerProvider.java

    Severity Rule Message Line Col
    #A31037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A31038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A31039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A31040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A31041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A31042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/DummyCharFilterFactory.java

    Severity Rule Message Line Col
    #A31043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A31044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A31045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A31046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/DummyIndicesAnalysis.java

    Severity Rule Message Line Col
    #A31047 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 30
    #A31048 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/DummyIndicesAnalysisModule.java

    Severity Rule Message Line Col
    #A31049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26
    #A31050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/DummyTokenizerFactory.java

    Severity Rule Message Line Col
    #A31051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A31052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A31053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A31054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analysis/PreBuiltAnalyzerIntegrationTests.java

    Severity Rule Message Line Col
    #A31055 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 43
    #A31056 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 43 1
    #A31057 warning AnnotationOnSameLine Annotation 'CompatibilityVersion' should be on the same line with its target. 44
    #A31058 warning AnnotationOnSameLine Annotation 'CompatibilityVersion' should be on the same line with its target. 44 1
    #A31059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A31060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A31061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A31062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A31063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A31064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analyze/AnalyzeActionTests.java

    Severity Rule Message Line Col
    #A31065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A31066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A31067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A31068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A31069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A31070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A31071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A31072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A31073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A31074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A31075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A31076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/analyze/HunspellServiceTests.java

    Severity Rule Message Line Col
    #A31077 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A31078 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A31079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A31080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A31081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A31082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A31083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A31084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A31085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A31086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A31087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A31088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/exists/types/TypesExistsTests.java

    Severity Rule Message Line Col
    #A31089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A31090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/leaks/IndicesLeaksTests.java

    Severity Rule Message Line Col
    #A31091 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42
    #A31092 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42 1
    #A31093 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46
    #A31094 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 46 5
    #A31095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A31096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A31097 warning AnnotationOnSameLine Annotation 'BadApple' should be on the same line with its target. 48
    #A31098 warning AnnotationOnSameLine Annotation 'BadApple' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/ConcurrentDynamicTemplateTests.java

    Severity Rule Message Line Col
    #A31099 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47
    #A31100 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47 1
    #A31101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A31102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A31103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A31104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 21
    #A31105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A31106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 21
    #A31107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A31108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/DedicatedMasterGetFieldMappingTests.java

    Severity Rule Message Line Col
    #A31109 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 33
    #A31110 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 33 1
    #A31111 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 34
    #A31112 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 34 1
    #A31113 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 37
    #A31114 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/SimpleDeleteMappingTests.java

    Severity Rule Message Line Col
    #A31115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A31116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A31117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A31118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13
    #A31119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A31120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/SimpleGetFieldMappingsTests.java

    Severity Rule Message Line Col
    #A31121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A31122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A31123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A31124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A31125 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 130
    #A31126 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 130 5
    #A31127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A31128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A31129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A31130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/SimpleGetMappingsTests.java

    Severity Rule Message Line Col
    #A31131 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A31132 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A31133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A31134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A31135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A31136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/mapping/UpdateMappingTests.java

    Severity Rule Message Line Col
    #A31137 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 54
    #A31138 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 54 1
    #A31139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A31140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A31141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A31142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A31143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A31144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A31145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A31146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5
    #A31147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A31148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A31149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A31150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5
    #A31151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A31152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A31153 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 212
    #A31154 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 212 5
    #A31155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A31156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A31157 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 313
    #A31158 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 313 5
    #A31159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314
    #A31160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314 5
    #A31161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 376
    #A31162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 376 5
    #A31163 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 395
    #A31164 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 395 17
    #A31165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396
    #A31166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 396 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/IndexingMemoryControllerTests.java

    Severity Rule Message Line Col
    #A31167 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 35
    #A31168 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 35 1
    #A31169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A31170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A31171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A31172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 13
    #A31173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A31174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 13
    #A31175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A31176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A31177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A31178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 13
    #A31179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A31180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 13
    #A31181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A31182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerNoopTests.java

    Severity Rule Message Line Col
    #A31183 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A31184 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A31185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A31186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A31187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A31188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A31189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A31190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerServiceTests.java

    Severity Rule Message Line Col
    #A31191 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61
    #A31192 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61 1
    #A31193 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 79
    #A31194 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 79 5
    #A31195 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 84
    #A31196 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 84 5
    #A31197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A31198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A31199 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 108
    #A31200 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 108 5
    #A31201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A31202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A31203 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 154
    #A31204 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 154 5
    #A31205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208
    #A31206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208 5
    #A31207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A31208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5
    #A31209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306
    #A31210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 306 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/breaker/CircuitBreakerUnitTests.java

    Severity Rule Message Line Col
    #A31211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A31212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A31213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A31214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/memory/breaker/RandomExceptionCircuitBreakerTests.java

    Severity Rule Message Line Col
    #A31215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A31216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A31217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A31218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 13
    #A31219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A31220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 13
    #A31221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A31222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/recovery/IndexRecoveryTests.java

    Severity Rule Message Line Col
    #A31223 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 76
    #A31224 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 76 1
    #A31225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A31226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A31227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173
    #A31228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173 5
    #A31229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A31230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A31231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A31232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A31233 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 233
    #A31234 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 233 5
    #A31235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A31236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 13
    #A31237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A31238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 13
    #A31239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422
    #A31240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422 5
    #A31241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 517
    #A31242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 517 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/recovery/RecoveryStateTest.java

    Severity Rule Message Line Col
    #A31243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A31244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A31245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A31246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 17
    #A31247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A31248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 17
    #A31249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A31250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 17
    #A31251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A31252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 17
    #A31253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A31254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 13
    #A31255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A31256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 13
    #A31257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A31258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 13
    #A31259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440
    #A31260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440 13
    #A31261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 486
    #A31262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 486 5
    #A31263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 491
    #A31264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 491 13
    #A31265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 511
    #A31266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 511 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/recovery/RecoveryStatusTests.java

    Severity Rule Message Line Col
    #A31267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A31268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 13
    #A31269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A31270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/recovery/StartRecoveryRequestTest.java

    Severity Rule Message Line Col
    #A31271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A31272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/settings/UpdateNumberOfReplicasTests.java

    Severity Rule Message Line Col
    #A31273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A31274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A31275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A31276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A31277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122
    #A31278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 122 5
    #A31279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A31280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A31281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A31282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/settings/UpdateSettingsTests.java

    Severity Rule Message Line Col
    #A31283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A31284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A31285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A31286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A31287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A31288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A31289 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 131
    #A31290 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 131 5
    #A31291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A31292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 9
    #A31293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283
    #A31294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 283 9
    #A31295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288
    #A31296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 288 9
    #A31297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294
    #A31298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294 5
    #A31299 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 295
    #A31300 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 295 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/state/CloseIndexDisableCloseAllTests.java

    Severity Rule Message Line Col
    #A31301 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 38
    #A31302 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 38 1
    #A31303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A31304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/state/OpenCloseIndexTests.java

    Severity Rule Message Line Col
    #A31305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A31306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A31307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A31308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A31309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A31310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A31311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A31312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A31313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A31314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A31315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A31316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A31317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A31318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A31319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A31320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A31321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A31322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A31323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A31324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A31325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177
    #A31326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177 5
    #A31327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193
    #A31328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 193 5
    #A31329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A31330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A31331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A31332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A31333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A31334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A31335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217
    #A31336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217 5
    #A31337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A31338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A31339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A31340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A31341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A31342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/state/RareClusterStateTests.java

    Severity Rule Message Line Col
    #A31343 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53
    #A31344 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53 1
    #A31345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A31346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A31347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A31348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A31349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A31350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A31351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A31352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A31353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A31354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A31355 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 97
    #A31356 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/state/SimpleIndexStateTests.java

    Severity Rule Message Line Col
    #A31357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A31358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A31359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A31360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A31361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A31362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/stats/IndexStatsTests.java

    Severity Rule Message Line Col
    #A31363 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 59
    #A31364 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 59 1
    #A31365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A31366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A31367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A31368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A31369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A31370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A31371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A31372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A31373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199
    #A31374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 199 5
    #A31375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256
    #A31376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 256 13
    #A31377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291
    #A31378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291 5
    #A31379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A31380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A31381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A31382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A31383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 478
    #A31384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 478 5
    #A31385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 515
    #A31386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 515 5
    #A31387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542
    #A31388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 542 5
    #A31389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 604
    #A31390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 604 5
    #A31391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 648
    #A31392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 648 5
    #A31393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 660
    #A31394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 660 5
    #A31395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 701
    #A31396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 701 5
    #A31397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 748
    #A31398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 748 5
    #A31399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 795
    #A31400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 795 5
    #A31401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 831
    #A31402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 831 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/store/IndicesStoreIntegrationTests.java

    Severity Rule Message Line Col
    #A31403 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 58
    #A31404 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 58 1
    #A31405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A31406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A31407 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 63
    #A31408 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 63 5
    #A31409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A31410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A31411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A31412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A31413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A31414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 13
    #A31415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A31416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 13
    #A31417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A31418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/store/IndicesStoreTests.java

    Severity Rule Message Line Col
    #A31419 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 60
    #A31420 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 60 5
    #A31421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A31422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A31423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A31424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A31425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A31426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A31427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A31428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A31429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A31430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A31431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A31432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/store/SimpleDistributorTests.java

    Severity Rule Message Line Col
    #A31433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A31434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A31435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A31436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/store/StrictDistributor.java

    Severity Rule Message Line Col
    #A31437 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A31438 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A31439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A31440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A31441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A31442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/template/IndexTemplateFileLoadingTests.java

    Severity Rule Message Line Col
    #A31443 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A31444 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A31445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A31446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A31447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A31448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A31449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A31450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A31451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A31452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/template/IndexTemplateFilteringTests.java

    Severity Rule Message Line Col
    #A31453 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A31454 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A31455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A31456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A31457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A31458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A31459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A31460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A31461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A31462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A31463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A31464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/template/SimpleIndexTemplateTests.java

    Severity Rule Message Line Col
    #A31465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A31466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A31467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A31468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A31469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A31470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A31471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A31472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A31473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A31474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A31475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287
    #A31476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287 5
    #A31477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314
    #A31478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314 5
    #A31479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392
    #A31480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392 5
    #A31481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 428
    #A31482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 428 5
    #A31483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467
    #A31484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467 5
    #A31485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481
    #A31486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481 5
    #A31487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 504
    #A31488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 504 5
    #A31489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522
    #A31490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522 5
    #A31491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 539
    #A31492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 539 5
    #A31493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 553
    #A31494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 553 5
    #A31495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 567
    #A31496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 567 5
    #A31497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605
    #A31498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/warmer/LocalGatewayIndicesWarmerTests.java

    Severity Rule Message Line Col
    #A31499 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42
    #A31500 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42 1
    #A31501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A31502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A31503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A31504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 13
    #A31505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A31506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/indices/warmer/SimpleIndicesWarmerTests.java

    Severity Rule Message Line Col
    #A31507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A31508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A31509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A31510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5
    #A31511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A31512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A31513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165
    #A31514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 165 5
    #A31515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A31516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A31517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A31518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A31519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A31520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A31521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A31522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 13
    #A31523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A31524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 13
    #A31525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A31526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 13
    #A31527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A31528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 13
    #A31529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A31530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/mget/SimpleMgetTests.java

    Severity Rule Message Line Col
    #A31531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A31532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A31533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A31534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A31535 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 104
    #A31536 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 104 5
    #A31537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A31538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A31539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A31540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/mlt/MoreLikeThisActionTests.java

    Severity Rule Message Line Col
    #A31541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A31542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A31543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A31544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A31545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106
    #A31546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 106 5
    #A31547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A31548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A31549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A31550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A31551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A31552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A31553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213
    #A31554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 213 5
    #A31555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A31556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A31557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311
    #A31558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311 5
    #A31559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378
    #A31560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378 5
    #A31561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A31562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 17
    #A31563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 457
    #A31564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 457 5
    #A31565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 491
    #A31566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 491 5
    #A31567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532
    #A31568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532 5
    #A31569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 571
    #A31570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 571 5
    #A31571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 599
    #A31572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 599 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/mlt/XMoreLikeThisTests.java

    Severity Rule Message Line Col
    #A31573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A31574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/nested/SimpleNestedTests.java

    Severity Rule Message Line Col
    #A31575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A31576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A31577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A31578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A31579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A31580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A31581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271
    #A31582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 271 5
    #A31583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276
    #A31584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 276 5
    #A31585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 325
    #A31586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 325 5
    #A31587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A31588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A31589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335
    #A31590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335 5
    #A31591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377
    #A31592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377 5
    #A31593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448
    #A31594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448 5
    #A31595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 453
    #A31596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 453 5
    #A31597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 583
    #A31598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 583 5
    #A31599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 650
    #A31600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 650 5
    #A31601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 693
    #A31602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 693 5
    #A31603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 863
    #A31604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 863 5
    #A31605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 964
    #A31606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 964 5
    #A31607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1319
    #A31608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1319 5
    #A31609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1455
    #A31610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1455 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/network/DirectBufferNetworkTests.java

    Severity Rule Message Line Col
    #A31611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A31612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A31613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A31614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/node/internal/InternalSettingsPreparerTests.java

    Severity Rule Message Line Col
    #A31615 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 35
    #A31616 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 35 5
    #A31617 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 40
    #A31618 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 40 5
    #A31619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A31620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/nodesinfo/SimpleNodesInfoTests.java

    Severity Rule Message Line Col
    #A31621 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 51
    #A31622 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 51 1
    #A31623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A31624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A31625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A31626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/nodesinfo/plugin/dummy1/TestPlugin.java

    Severity Rule Message Line Col
    #A31627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A31628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A31629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A31630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/nodesinfo/plugin/dummy2/TestNoVersionPlugin.java

    Severity Rule Message Line Col
    #A31631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A31632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5
    #A31633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A31634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/operateAllIndices/DestructiveOperationsIntegrationTests.java

    Severity Rule Message Line Col
    #A31635 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 35
    #A31636 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 35 1
    #A31637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A31638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/options/detailederrors/DetailedErrorsDisabledTest.java

    Severity Rule Message Line Col
    #A31639 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A31640 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A31641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A31642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A31643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A31644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/options/detailederrors/DetailedErrorsEnabledTest.java

    Severity Rule Message Line Col
    #A31645 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40
    #A31646 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40 1
    #A31647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A31648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A31649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A31650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/options/jsonp/JsonpOptionDisabledTest.java

    Severity Rule Message Line Col
    #A31651 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A31652 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A31653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A31654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A31655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A31656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/options/jsonp/JsonpOptionEnabledTest.java

    Severity Rule Message Line Col
    #A31657 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A31658 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A31659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A31660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A31661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A31662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/ConcurrentPercolatorTests.java

    Severity Rule Message Line Col
    #A31663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A31664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A31665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A31666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 17
    #A31667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A31668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A31669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A31670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 17
    #A31671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223
    #A31672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 223 17
    #A31673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294
    #A31674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 294 5
    #A31675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A31676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/MultiPercolatorTests.java

    Severity Rule Message Line Col
    #A31677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A31678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A31679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A31680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A31681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A31682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A31683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A31684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A31685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340
    #A31686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/PercolatorBackwardsCompatibilityTests.java

    Severity Rule Message Line Col
    #A31687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A31688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/PercolatorFacetsAndAggregationsTests.java

    Severity Rule Message Line Col
    #A31689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A31690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A31691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A31692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/PercolatorTests.java

    Severity Rule Message Line Col
    #A31693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A31694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A31695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155
    #A31696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 155 5
    #A31697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A31698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A31699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A31700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A31701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289
    #A31702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 289 5
    #A31703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A31704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A31705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360
    #A31706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 360 5
    #A31707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411
    #A31708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 411 5
    #A31709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 452
    #A31710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 452 5
    #A31711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 527
    #A31712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 527 5
    #A31713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 558
    #A31714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 558 5
    #A31715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 643
    #A31716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 643 5
    #A31717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 717
    #A31718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 717 5
    #A31719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 783
    #A31720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 783 5
    #A31721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 844
    #A31722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 844 5
    #A31723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 922
    #A31724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 922 5
    #A31725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1000
    #A31726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1000 5
    #A31727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1070
    #A31728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1070 5
    #A31729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1132
    #A31730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1132 5
    #A31731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1221
    #A31732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1221 5
    #A31733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1308
    #A31734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1308 5
    #A31735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1346
    #A31736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1346 5
    #A31737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1374
    #A31738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1374 5
    #A31739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1388
    #A31740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1388 5
    #A31741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1408
    #A31742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1408 5
    #A31743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1449
    #A31744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1449 13
    #A31745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1478
    #A31746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1478 13
    #A31747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1505
    #A31748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1505 13
    #A31749 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1537
    #A31750 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1537 13
    #A31751 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1569
    #A31752 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1569 13
    #A31753 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1606
    #A31754 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1606 13
    #A31755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1624
    #A31756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1624 5
    #A31757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1643
    #A31758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1643 13
    #A31759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1693
    #A31760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1693 5
    #A31761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1718
    #A31762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1718 5
    #A31763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1728
    #A31764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1728 5
    #A31765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1738
    #A31766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1738 5
    #A31767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1751
    #A31768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1751 5
    #A31769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1810
    #A31770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1810 5
    #A31771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1839
    #A31772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1839 5
    #A31773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1862
    #A31774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1862 5
    #A31775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1886
    #A31776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1886 5
    #A31777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1946
    #A31778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1946 5
    #A31779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2083
    #A31780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2083 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/RecoveryPercolatorTests.java

    Severity Rule Message Line Col
    #A31781 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 58
    #A31782 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 58 1
    #A31783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A31784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A31785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A31786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A31787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A31788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A31789 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 72
    #A31790 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 72 5
    #A31791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A31792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A31793 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 110
    #A31794 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 110 5
    #A31795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A31796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A31797 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 183
    #A31798 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 183 5
    #A31799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A31800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A31801 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 236
    #A31802 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 236 5
    #A31803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241
    #A31804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241 5
    #A31805 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 242
    #A31806 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 242 5
    #A31807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A31808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 13
    #A31809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A31810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 13
    #A31811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378
    #A31812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/percolator/TTLPercolatorTests.java

    Severity Rule Message Line Col
    #A31813 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 48
    #A31814 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 48 1
    #A31815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A31816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A31817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A31818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A31819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A31820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 13
    #A31821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A31822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A31823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A31824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/PluggableTransportModuleTests.java

    Severity Rule Message Line Col
    #A31825 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42
    #A31826 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42 1
    #A31827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A31828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A31829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A31830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A31831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A31832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A31833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A31834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 9
    #A31835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A31836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 9
    #A31837 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 93
    #A31838 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 93 9
    #A31839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A31840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/PluginLuceneCheckerTests.java

    Severity Rule Message Line Col
    #A31841 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 38
    #A31842 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 38 1
    #A31843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A31844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5
    #A31845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A31846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/PluginManagerTests.java

    Severity Rule Message Line Col
    #A31847 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 59
    #A31848 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 59 1
    #A31849 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 67
    #A31850 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 67 5
    #A31851 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 72
    #A31852 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 72 5
    #A31853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A31854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A31855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A31856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A31857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A31858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A31859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A31860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A31861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A31862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5
    #A31863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A31864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A31865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A31866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5
    #A31867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A31868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A31869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274
    #A31870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274 5
    #A31871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 352
    #A31872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 352 5
    #A31873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 359
    #A31874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 359 5
    #A31875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365
    #A31876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365 5
    #A31877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375
    #A31878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 375 5
    #A31879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417
    #A31880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 417 5
    #A31881 warning AnnotationOnSameLine Annotation 'Network' should be on the same line with its target. 418
    #A31882 warning AnnotationOnSameLine Annotation 'Network' should be on the same line with its target. 418 5
    #A31883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 430
    #A31884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 430 5
    #A31885 warning AnnotationOnSameLine Annotation 'Network' should be on the same line with its target. 431
    #A31886 warning AnnotationOnSameLine Annotation 'Network' should be on the same line with its target. 431 5
    #A31887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444
    #A31888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444 5
    #A31889 warning AnnotationOnSameLine Annotation 'Network' should be on the same line with its target. 445
    #A31890 warning AnnotationOnSameLine Annotation 'Network' should be on the same line with its target. 445 5
    #A31891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 470
    #A31892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 470 5
    #A31893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482
    #A31894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482 5
    #A31895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 487
    #A31896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 487 5
    #A31897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493
    #A31898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/PluginManagerUnitTests.java

    Severity Rule Message Line Col
    #A31899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A31900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/ResponseHeaderPluginTests.java

    Severity Rule Message Line Col
    #A31901 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A31902 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A31903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A31904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A31905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A31906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/SitePluginTests.java

    Severity Rule Message Line Col
    #A31907 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47
    #A31908 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47 1
    #A31909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A31910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A31911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A31912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A31913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A31914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A31915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A31916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5
    #A31917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A31918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/lucene/current/CurrentLucenePlugin.java

    Severity Rule Message Line Col
    #A31919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A31920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A31921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A31922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/lucene/newer/NewerLucenePlugin.java

    Severity Rule Message Line Col
    #A31923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A31924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A31925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A31926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/lucene/old/OldLucenePlugin.java

    Severity Rule Message Line Col
    #A31927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A31928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A31929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A31930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/responseheader/TestResponseHeaderPlugin.java

    Severity Rule Message Line Col
    #A31931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A31932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A31933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A31934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/plugins/responseheader/TestResponseHeaderRestAction.java

    Severity Rule Message Line Col
    #A31935 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 28
    #A31936 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 28 5
    #A31937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A31938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/FullRollingRestartTests.java

    Severity Rule Message Line Col
    #A31939 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A31940 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A31941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A31942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A31943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A31944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A31945 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 58
    #A31946 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 58 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/RecoveriesCollectionTests.java

    Severity Rule Message Line Col
    #A31947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A31948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 9
    #A31949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A31950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 9
    #A31951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A31952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A31953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A31954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 17
    #A31955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A31956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A31957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A31958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 13
    #A31959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A31960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/RecoverySettingsTest.java

    Severity Rule Message Line Col
    #A31961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A31962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A31963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A31964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A31965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A31966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 13
    #A31967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A31968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 13
    #A31969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A31970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 13
    #A31971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A31972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 13
    #A31973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A31974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 13
    #A31975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A31976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 13
    #A31977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A31978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A31979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A31980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A31981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A31982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A31983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A31984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 13
    #A31985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A31986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 13
    #A31987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A31988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/RecoveryWhileUnderLoadTests.java

    Severity Rule Message Line Col
    #A31989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A31990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A31991 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 54
    #A31992 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 54 5
    #A31993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A31994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A31995 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 109
    #A31996 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 109 5
    #A31997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A31998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A31999 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 162
    #A32000 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 162 5
    #A32001 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 163
    #A32002 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 163 5
    #A32003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A32004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A32005 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 235
    #A32006 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 235 5
    #A32007 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 236
    #A32008 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 236 5
    #A32009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A32010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/RelocationTests.java

    Severity Rule Message Line Col
    #A32011 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 93
    #A32012 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 93 1
    #A32013 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 94
    #A32014 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 94 1
    #A32015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A32016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A32017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A32018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A32019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A32020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A32021 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 154
    #A32022 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 154 5
    #A32023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A32024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 29
    #A32025 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263
    #A32026 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263 5
    #A32027 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 264
    #A32028 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 264 5
    #A32029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301
    #A32030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301 17
    #A32031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364
    #A32032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 364 5
    #A32033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419
    #A32034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 419 21
    #A32035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 449
    #A32036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 449 5
    #A32037 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 450
    #A32038 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 450 5
    #A32039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490
    #A32040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490 17
    #A32041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509
    #A32042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 509 17
    #A32043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 541
    #A32044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 541 5
    #A32045 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 542
    #A32046 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 542 5
    #A32047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583
    #A32048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583 13
    #A32049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601
    #A32050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 601 21
    #A32051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 605
    #A32052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 605 33
    #A32053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 629
    #A32054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 629 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/SimpleRecoveryTests.java

    Severity Rule Message Line Col
    #A32055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A32056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A32057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A32058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A32059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A32060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/SmallFileChunkSizeRecoveryTests.java

    Severity Rule Message Line Col
    #A32061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A32062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/SmallTranslogOpsRecoveryTests.java

    Severity Rule Message Line Col
    #A32063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A32064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/SmallTranslogSizeRecoveryTests.java

    Severity Rule Message Line Col
    #A32065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A32066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/recovery/TruncatedRecoveryTests.java

    Severity Rule Message Line Col
    #A32067 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 54
    #A32068 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 54 1
    #A32069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A32070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A32071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A32072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/BytesRestResponseTests.java

    Severity Rule Message Line Col
    #A32073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A32074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A32075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A32076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A32077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A32078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A32079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A32080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A32081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A32082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A32083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A32084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A32085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A32086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A32087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A32088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/CorsRegexDefaultTests.java

    Severity Rule Message Line Col
    #A32089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A32090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A32091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A32092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A32093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A32094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/CorsRegexTests.java

    Severity Rule Message Line Col
    #A32095 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47
    #A32096 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47 1
    #A32097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A32098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A32099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A32100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A32101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76
    #A32102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 76 5
    #A32103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82
    #A32104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 82 5
    #A32105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A32106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A32107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A32108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A32109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A32110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/FakeRestRequest.java

    Severity Rule Message Line Col
    #A32111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A32112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A32113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A32114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A32115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A32116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A32117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A32118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A32119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A32120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A32121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A32122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A32123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A32124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A32125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A32126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5
    #A32127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A32128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 5
    #A32129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A32130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A32131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A32132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A32133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A32134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/HeadersAndContextCopyClientTests.java

    Severity Rule Message Line Col
    #A32135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A32136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A32137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A32138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 17
    #A32139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A32140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A32141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A32142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A32143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A32144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A32145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229
    #A32146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229 5
    #A32147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A32148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5
    #A32149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A32150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A32151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421
    #A32152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 421 9
    #A32153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426
    #A32154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426 9
    #A32155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431
    #A32156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431 9
    #A32157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 436
    #A32158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 436 9
    #A32159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 441
    #A32160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 441 9
    #A32161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 446
    #A32162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 446 9
    #A32163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451
    #A32164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451 9
    #A32165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454
    #A32166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 454 17
    #A32167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459
    #A32168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 459 17
    #A32169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464
    #A32170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464 17
    #A32171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471
    #A32172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 471 9
    #A32173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474
    #A32174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 474 17
    #A32175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479
    #A32176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 479 17
    #A32177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484
    #A32178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 484 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/RestFilterChainTests.java

    Severity Rule Message Line Col
    #A32179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A32180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A32181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A32182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13
    #A32183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A32184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A32185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A32186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 13
    #A32187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A32188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A32189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A32190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 13
    #A32191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136
    #A32192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 136 13
    #A32193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A32194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A32195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A32196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 9
    #A32197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A32198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 9
    #A32199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A32200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 9
    #A32201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A32202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 9
    #A32203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201
    #A32204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 201 13
    #A32205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A32206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 13
    #A32207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A32208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 9
    #A32209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A32210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 9
    #A32211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A32212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 9
    #A32213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A32214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A32215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255
    #A32216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 255 9
    #A32217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260
    #A32218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 260 9
    #A32219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A32220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/RestRequestTests.java

    Severity Rule Message Line Col
    #A32221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A32222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A32223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A32224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 9
    #A32225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A32226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A32227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A32228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A32229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A32230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A32231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A32232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A32233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A32234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A32235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A32236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A32237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A32238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A32239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A32240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A32241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A32242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 9
    #A32243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A32244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A32245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A32246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/action/admin/indices/upgrade/UpgradeTest.java

    Severity Rule Message Line Col
    #A32247 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55
    #A32248 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55 1
    #A32249 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 58
    #A32250 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 58 5
    #A32251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A32252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A32253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A32254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 21
    #A32255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A32256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 13
    #A32257 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 251
    #A32258 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 251 5
    #A32259 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 269
    #A32260 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 269 5
    #A32261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277
    #A32262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 277 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/rest/util/RestUtilsTests.java

    Severity Rule Message Line Col
    #A32263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A32264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A32265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A32266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A32267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A32268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/river/RiverTests.java

    Severity Rule Message Line Col
    #A32269 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40
    #A32270 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40 1
    #A32271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A32272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A32273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A32274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A32275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A32276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 17
    #A32277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A32278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A32279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A32280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/routing/AliasResolveRoutingTests.java

    Severity Rule Message Line Col
    #A32281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A32282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A32283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A32284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/routing/AliasRoutingTests.java

    Severity Rule Message Line Col
    #A32285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A32286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A32287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A32288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A32289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A32290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A32291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A32292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A32293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285
    #A32294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285 5
    #A32295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311
    #A32296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 311 5
    #A32297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332
    #A32298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 332 5
    #A32299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 386
    #A32300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 386 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/routing/SimpleRoutingTests.java

    Severity Rule Message Line Col
    #A32301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A32302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A32303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A32304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A32305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A32306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A32307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A32308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A32309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A32310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A32311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A32312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A32313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304
    #A32314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304 5
    #A32315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335
    #A32316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/GroovySandboxScriptTests.java

    Severity Rule Message Line Col
    #A32317 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37
    #A32318 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37 1
    #A32319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A32320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A32321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110
    #A32322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 110 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/GroovyScriptTests.java

    Severity Rule Message Line Col
    #A32323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A32324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A32325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A32326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A32327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97
    #A32328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/IndexLookupTests.java

    Severity Rule Message Line Col
    #A32329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A32330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A32331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A32332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A32333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A32334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A32335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228
    #A32336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 228 5
    #A32337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291
    #A32338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291 5
    #A32339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A32340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/IndexedScriptTests.java

    Severity Rule Message Line Col
    #A32341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A32342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A32343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A32344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/NativeScriptTests.java

    Severity Rule Message Line Col
    #A32345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A32346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A32347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A32348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 9
    #A32349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A32350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/OnDiskScriptTests.java

    Severity Rule Message Line Col
    #A32351 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37
    #A32352 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 37 1
    #A32353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A32354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A32355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A32356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A32357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A32358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A32359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A32360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/SandboxDisabledTests.java

    Severity Rule Message Line Col
    #A32361 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 34
    #A32362 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 34 1
    #A32363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A32364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A32365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45
    #A32366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/ScriptFieldTests.java

    Severity Rule Message Line Col
    #A32367 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 38
    #A32368 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 38 1
    #A32369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A32370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A32371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A32372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 9
    #A32373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A32374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A32375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A32376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 9
    #A32377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A32378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A32379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A32380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 9
    #A32381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A32382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 9
    #A32383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A32384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 9
    #A32385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126
    #A32386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 126 9
    #A32387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A32388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 9
    #A32389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A32390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/ScriptIndexSettingsTest.java

    Severity Rule Message Line Col
    #A32391 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 33
    #A32392 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 33 1
    #A32393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A32394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A32395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A32396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/ScriptParameterParserTest.java

    Severity Rule Message Line Col
    #A32397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A32398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5
    #A32399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A32400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A32401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A32402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A32403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A32404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A32405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A32406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A32407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A32408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A32409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A32410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A32411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A32412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A32413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198
    #A32414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 198 5
    #A32415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A32416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A32417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A32418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A32419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A32420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A32421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A32422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A32423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298
    #A32424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298 5
    #A32425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347
    #A32426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347 5
    #A32427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 407
    #A32428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 407 5
    #A32429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435
    #A32430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 435 5
    #A32431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492
    #A32432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492 5
    #A32433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 515
    #A32434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 515 5
    #A32435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 521
    #A32436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 521 5
    #A32437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 546
    #A32438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 546 5
    #A32439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 573
    #A32440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 573 5
    #A32441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 592
    #A32442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 592 5
    #A32443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 613
    #A32444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 613 5
    #A32445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 626
    #A32446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 626 5
    #A32447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639
    #A32448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639 5
    #A32449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652
    #A32450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652 5
    #A32451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 665
    #A32452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 665 5
    #A32453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 676
    #A32454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 676 5
    #A32455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 687
    #A32456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 687 5
    #A32457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 698
    #A32458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 698 5
    #A32459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 709
    #A32460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 709 5
    #A32461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 720
    #A32462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 720 5
    #A32463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 731
    #A32464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 731 5
    #A32465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 758
    #A32466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 758 5
    #A32467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 786
    #A32468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 786 5
    #A32469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 818
    #A32470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 818 5
    #A32471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 845
    #A32472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 845 5
    #A32473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 877
    #A32474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 877 5
    #A32475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 898
    #A32476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 898 5
    #A32477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 919
    #A32478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 919 5
    #A32479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 940
    #A32480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 940 5
    #A32481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 961
    #A32482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 961 5
    #A32483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 982
    #A32484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 982 5
    #A32485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 993
    #A32486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 993 5
    #A32487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1004
    #A32488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1004 5
    #A32489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1016
    #A32490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1016 5
    #A32491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1029
    #A32492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1029 5
    #A32493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1042
    #A32494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1042 5
    #A32495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1055
    #A32496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1055 5
    #A32497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1067
    #A32498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1067 5
    #A32499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1079
    #A32500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1079 5
    #A32501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1091
    #A32502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1091 5
    #A32503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1103
    #A32504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1103 5
    #A32505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1115
    #A32506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1115 5
    #A32507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1127
    #A32508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1127 5
    #A32509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1154
    #A32510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1154 5
    #A32511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1182
    #A32512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1182 5
    #A32513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1210
    #A32514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1210 5
    #A32515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1236
    #A32516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1236 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/ScriptServiceTests.java

    Severity Rule Message Line Col
    #A32517 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 52
    #A32518 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 52 5
    #A32519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A32520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A32521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A32522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A32523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A32524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5
    #A32525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A32526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A32527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A32528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 9
    #A32529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A32530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 9
    #A32531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A32532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 9
    #A32533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A32534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A32535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153
    #A32536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 153 9
    #A32537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A32538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 9
    #A32539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A32540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 9
    #A32541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A32542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 9
    #A32543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A32544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 9
    #A32545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A32546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/mustache/MustacheScriptEngineTest.java

    Severity Rule Message Line Col
    #A32547 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 42
    #A32548 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 42 5
    #A32549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A32550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A32551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A32552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/script/mustache/MustacheTest.java

    Severity Rule Message Line Col
    #A32553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A32554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/MultiValueModeTests.java

    Severity Rule Message Line Col
    #A32555 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A32556 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13
    #A32557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A32558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 13
    #A32559 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A32560 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 13
    #A32561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A32562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 13
    #A32563 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A32564 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 13
    #A32565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216
    #A32566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 216 13
    #A32567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A32568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 13
    #A32569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A32570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 13
    #A32571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310
    #A32572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 310 13
    #A32573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A32574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 13
    #A32575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A32576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 13
    #A32577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A32578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 13
    #A32579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430
    #A32580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430 13
    #A32581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435
    #A32582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435 13
    #A32583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440
    #A32584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440 13
    #A32585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 465
    #A32586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 465 13
    #A32587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470
    #A32588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470 13
    #A32589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475
    #A32590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475 13
    #A32591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480
    #A32592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480 13
    #A32593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485
    #A32594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485 13
    #A32595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490
    #A32596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/SearchServiceTests.java

    Severity Rule Message Line Col
    #A32597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A32598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/StressSearchServiceReaperTest.java

    Severity Rule Message Line Col
    #A32599 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A32600 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A32601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A32602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A32603 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 49
    #A32604 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 49 5
    #A32605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A32606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/AggregationsIntegrationTests.java

    Severity Rule Message Line Col
    #A32607 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 38
    #A32608 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 38 1
    #A32609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A32610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/CombiTests.java

    Severity Rule Message Line Col
    #A32611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A32612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A32613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A32614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/ParsingTests.java

    Severity Rule Message Line Col
    #A32615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A32616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A32617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A32618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A32619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A32620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A32621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A32622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A32623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A32624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A32625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A32626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/RandomTests.java

    Severity Rule Message Line Col
    #A32627 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 54
    #A32628 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 54 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/AbstractTermsTests.java

    Severity Rule Message Line Col
    #A32629 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 32
    #A32630 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 32 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ChildrenTests.java

    Severity Rule Message Line Col
    #A32631 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 46
    #A32632 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 46 1
    #A32633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A32634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A32635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A32636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A32637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A32638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A32639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222
    #A32640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222 5
    #A32641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A32642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A32643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274
    #A32644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274 5
    #A32645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334
    #A32646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 334 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramOffsetTests.java

    Severity Rule Message Line Col
    #A32647 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 48
    #A32648 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 48 1
    #A32649 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 49
    #A32650 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 49 1
    #A32651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A32652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A32653 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 63
    #A32654 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 63 5
    #A32655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A32656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A32657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A32658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A32659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A32660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A32661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A32662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DateHistogramTests.java

    Severity Rule Message Line Col
    #A32663 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 66
    #A32664 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 66 1
    #A32665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A32666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A32667 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 123
    #A32668 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 123 5
    #A32669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A32670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A32671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178
    #A32672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 178 5
    #A32673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A32674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 21
    #A32675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A32676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5
    #A32677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274
    #A32678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274 5
    #A32679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298
    #A32680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298 5
    #A32681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322
    #A32682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322 5
    #A32683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A32684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5
    #A32685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389
    #A32686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 389 5
    #A32687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 432
    #A32688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 432 5
    #A32689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 457
    #A32690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 457 5
    #A32691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482
    #A32692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482 5
    #A32693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 506
    #A32694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 506 5
    #A32695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 531
    #A32696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 531 5
    #A32697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577
    #A32698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577 5
    #A32699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 616
    #A32700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 616 5
    #A32701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 664
    #A32702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 664 5
    #A32703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 717
    #A32704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 717 5
    #A32705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 780
    #A32706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 780 5
    #A32707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 813
    #A32708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 813 5
    #A32709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 858
    #A32710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 858 5
    #A32711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 906
    #A32712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 906 5
    #A32713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 960
    #A32714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 960 5
    #A32715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 975
    #A32716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 975 5
    #A32717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1008
    #A32718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1008 5
    #A32719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1028
    #A32720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1028 5
    #A32721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1063
    #A32722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1063 5
    #A32723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1099
    #A32724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1099 5
    #A32725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1209
    #A32726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1209 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DateRangeTests.java

    Severity Rule Message Line Col
    #A32727 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 52
    #A32728 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 52 1
    #A32729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A32730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A32731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A32732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A32733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A32734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A32735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190
    #A32736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190 5
    #A32737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242
    #A32738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242 5
    #A32739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A32740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A32741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347
    #A32742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347 5
    #A32743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A32744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A32745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 469
    #A32746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 469 5
    #A32747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 540
    #A32748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 540 5
    #A32749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 602
    #A32750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 602 5
    #A32751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 664
    #A32752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 664 5
    #A32753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 726
    #A32754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 726 5
    #A32755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 778
    #A32756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 778 5
    #A32757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 848
    #A32758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 848 5
    #A32759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 900
    #A32760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 900 5
    #A32761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 962
    #A32762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 962 5
    #A32763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1016
    #A32764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1016 5
    #A32765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1068
    #A32766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1068 5
    #A32767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1120
    #A32768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1120 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DedicatedAggregationTests.java

    Severity Rule Message Line Col
    #A32769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A32770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/DoubleTermsTests.java

    Severity Rule Message Line Col
    #A32771 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 68
    #A32772 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 68 1
    #A32773 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 69
    #A32774 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 69 1
    #A32775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226
    #A32776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 226 5
    #A32777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245
    #A32778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 245 5
    #A32779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270
    #A32780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270 5
    #A32781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 297
    #A32782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 297 5
    #A32783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329
    #A32784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 329 5
    #A32785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A32786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A32787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383
    #A32788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383 5
    #A32789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412
    #A32790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412 5
    #A32791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441
    #A32792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441 5
    #A32793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467
    #A32794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467 5
    #A32795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496
    #A32796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496 5
    #A32797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526
    #A32798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526 5
    #A32799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 567
    #A32800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 567 5
    #A32801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605
    #A32802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605 5
    #A32803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630
    #A32804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630 5
    #A32805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659
    #A32806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659 5
    #A32807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 688
    #A32808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 688 5
    #A32809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 712
    #A32810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 712 5
    #A32811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 750
    #A32812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 750 5
    #A32813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 768
    #A32814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 768 5
    #A32815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 793
    #A32816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 793 5
    #A32817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 813
    #A32818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 813 5
    #A32819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 843
    #A32820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 843 5
    #A32821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 886
    #A32822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 886 5
    #A32823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 924
    #A32824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 924 5
    #A32825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 979
    #A32826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 979 5
    #A32827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 998
    #A32828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 998 5
    #A32829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1019
    #A32830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1019 5
    #A32831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1040
    #A32832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1040 5
    #A32833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1061
    #A32834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1061 5
    #A32835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1094
    #A32836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1094 5
    #A32837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1125
    #A32838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1125 5
    #A32839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1156
    #A32840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1156 5
    #A32841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1187
    #A32842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1187 5
    #A32843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1212
    #A32844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1212 5
    #A32845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1218
    #A32846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1218 5
    #A32847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1224
    #A32848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1224 5
    #A32849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1230
    #A32850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1230 5
    #A32851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1236
    #A32852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1236 5
    #A32853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1242
    #A32854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1242 5
    #A32855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1248
    #A32856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1248 5
    #A32857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1286
    #A32858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1286 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/FilterTests.java

    Severity Rule Message Line Col
    #A32859 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 52
    #A32860 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 52 1
    #A32861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A32862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A32863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A32864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A32865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A32866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A32867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A32868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A32869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A32870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A32871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A32872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/FiltersTests.java

    Severity Rule Message Line Col
    #A32873 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 55
    #A32874 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 55 1
    #A32875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A32876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A32877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A32878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A32879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A32880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A32881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150
    #A32882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 150 5
    #A32883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A32884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A32885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A32886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A32887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A32888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/GeoDistanceTests.java

    Severity Rule Message Line Col
    #A32889 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 51
    #A32890 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 51 1
    #A32891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A32892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A32893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A32894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A32895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217
    #A32896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217 5
    #A32897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A32898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A32899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316
    #A32900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316 5
    #A32901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390
    #A32902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 390 5
    #A32903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418
    #A32904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 418 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/GeoHashGridTests.java

    Severity Rule Message Line Col
    #A32905 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 49
    #A32906 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 49 1
    #A32907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A32908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A32909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A32910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A32911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A32912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A32913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A32914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A32915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A32916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A32917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233
    #A32918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233 5
    #A32919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A32920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A32921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291
    #A32922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 291 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/GlobalTests.java

    Severity Rule Message Line Col
    #A32923 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 44
    #A32924 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 44 1
    #A32925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A32926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A32927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A32928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A32929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A32930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/HistogramTests.java

    Severity Rule Message Line Col
    #A32931 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 52
    #A32932 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 52 1
    #A32933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A32934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A32935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A32936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A32937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A32938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A32939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A32940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A32941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179
    #A32942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 179 5
    #A32943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A32944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A32945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A32946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A32947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257
    #A32948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257 5
    #A32949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287
    #A32950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287 5
    #A32951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322
    #A32952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 322 5
    #A32953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357
    #A32954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357 5
    #A32955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A32956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5
    #A32957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439
    #A32958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439 5
    #A32959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 480
    #A32960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 480 5
    #A32961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 521
    #A32962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 521 5
    #A32963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 560
    #A32964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 560 5
    #A32965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 588
    #A32966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 588 5
    #A32967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 610
    #A32968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 610 5
    #A32969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 634
    #A32970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 634 5
    #A32971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 667
    #A32972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 667 5
    #A32973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 712
    #A32974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 712 5
    #A32975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 734
    #A32976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 734 5
    #A32977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 769
    #A32978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 769 5
    #A32979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 791
    #A32980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 791 5
    #A32981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 825
    #A32982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 825 5
    #A32983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 840
    #A32984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 840 5
    #A32985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 862
    #A32986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 862 5
    #A32987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 882
    #A32988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 882 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/IPv4RangeTests.java

    Severity Rule Message Line Col
    #A32989 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 48
    #A32990 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 48 1
    #A32991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A32992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A32993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A32994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A32995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A32996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A32997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A32998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A32999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A33000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A33001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A33002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5
    #A33003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324
    #A33004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 324 5
    #A33005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 388
    #A33006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 388 5
    #A33007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434
    #A33008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434 5
    #A33009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481
    #A33010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481 5
    #A33011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 538
    #A33012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 538 5
    #A33013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 584
    #A33014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 584 5
    #A33015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 640
    #A33016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 640 5
    #A33017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 686
    #A33018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 686 5
    #A33019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 742
    #A33020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 742 5
    #A33021 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 788
    #A33022 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 788 5
    #A33023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 834
    #A33024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 834 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/LongTermsTests.java

    Severity Rule Message Line Col
    #A33025 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 66
    #A33026 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 66 1
    #A33027 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 67
    #A33028 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 67 1
    #A33029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A33030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A33031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229
    #A33032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229 5
    #A33033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A33034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A33035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A33036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A33037 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304
    #A33038 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304 5
    #A33039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331
    #A33040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331 5
    #A33041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A33042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A33043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383
    #A33044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 383 5
    #A33045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412
    #A33046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412 5
    #A33047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441
    #A33048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 441 5
    #A33049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467
    #A33050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467 5
    #A33051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496
    #A33052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496 5
    #A33053 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526
    #A33054 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526 5
    #A33055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 567
    #A33056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 567 5
    #A33057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605
    #A33058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 605 5
    #A33059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630
    #A33060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 630 5
    #A33061 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659
    #A33062 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659 5
    #A33063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 688
    #A33064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 688 5
    #A33065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 710
    #A33066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 710 5
    #A33067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 748
    #A33068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 748 5
    #A33069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 766
    #A33070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 766 5
    #A33071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 791
    #A33072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 791 5
    #A33073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 811
    #A33074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 811 5
    #A33075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 841
    #A33076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 841 5
    #A33077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 884
    #A33078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 884 5
    #A33079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 922
    #A33080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 922 5
    #A33081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 977
    #A33082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 977 5
    #A33083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 996
    #A33084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 996 5
    #A33085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1017
    #A33086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1017 5
    #A33087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1038
    #A33088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1038 5
    #A33089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1059
    #A33090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1059 5
    #A33091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1092
    #A33092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1092 5
    #A33093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1123
    #A33094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1123 5
    #A33095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1154
    #A33096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1154 5
    #A33097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1185
    #A33098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1185 5
    #A33099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1191
    #A33100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1191 5
    #A33101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1197
    #A33102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1197 5
    #A33103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1203
    #A33104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1203 5
    #A33105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1209
    #A33106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1209 5
    #A33107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1215
    #A33108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1215 5
    #A33109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1221
    #A33110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1221 5
    #A33111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1259
    #A33112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1259 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/MinDocCountTests.java

    Severity Rule Message Line Col
    #A33113 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 50
    #A33114 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 50 1
    #A33115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A33116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A33117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A33118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 13
    #A33119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A33120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/MissingTests.java

    Severity Rule Message Line Col
    #A33121 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 44
    #A33122 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 44 1
    #A33123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A33124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A33125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A33126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A33127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A33128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A33129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A33130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A33131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A33132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A33133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A33134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A33135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A33136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/NaNSortingTests.java

    Severity Rule Message Line Col
    #A33137 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 40
    #A33138 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 40 1
    #A33139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A33140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 13
    #A33141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A33142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 13
    #A33143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A33144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 13
    #A33145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A33146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 13
    #A33147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A33148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 13
    #A33149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A33150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 13
    #A33151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A33152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 13
    #A33153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A33154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 13
    #A33155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A33156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 5
    #A33157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A33158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A33159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A33160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A33161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A33162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A33163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A33164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/NestedTests.java

    Severity Rule Message Line Col
    #A33165 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 57
    #A33166 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 57 1
    #A33167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A33168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A33169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157
    #A33170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 157 5
    #A33171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A33172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A33173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A33174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A33175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A33176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A33177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288
    #A33178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288 5
    #A33179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 325
    #A33180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 325 5
    #A33181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345
    #A33182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345 5
    #A33183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358
    #A33184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358 5
    #A33185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 457
    #A33186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 457 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ParentIdAggTests.java

    Severity Rule Message Line Col
    #A33187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A33188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/RangeTests.java

    Severity Rule Message Line Col
    #A33189 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 48
    #A33190 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 48 1
    #A33191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A33192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A33193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A33194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A33195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A33196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A33197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184
    #A33198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 184 5
    #A33199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A33200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A33201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A33202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A33203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338
    #A33204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338 5
    #A33205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A33206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5
    #A33207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 458
    #A33208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 458 5
    #A33209 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 517
    #A33210 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 517 5
    #A33211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581
    #A33212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581 5
    #A33213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 645
    #A33214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 645 5
    #A33215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 691
    #A33216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 691 5
    #A33217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 751
    #A33218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 751 5
    #A33219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 787
    #A33220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 787 5
    #A33221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 850
    #A33222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 850 5
    #A33223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 913
    #A33224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 913 5
    #A33225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 959
    #A33226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 959 5
    #A33227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1007
    #A33228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1007 5
    #A33229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1063
    #A33230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1063 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ReverseNestedTests.java

    Severity Rule Message Line Col
    #A33231 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 54
    #A33232 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 54 1
    #A33233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A33234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A33235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A33236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A33237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342
    #A33238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342 5
    #A33239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 445
    #A33240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 445 5
    #A33241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 460
    #A33242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 460 5
    #A33243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475
    #A33244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 475 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ShardReduceTests.java

    Severity Rule Message Line Col
    #A33245 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 53
    #A33246 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 53 1
    #A33247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A33248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 5
    #A33249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A33250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A33251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A33252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A33253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A33254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A33255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A33256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A33257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A33258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A33259 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A33260 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A33261 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A33262 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A33263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A33264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A33265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219
    #A33266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219 5
    #A33267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A33268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A33269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A33270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A33271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A33272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A33273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283
    #A33274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283 5
    #A33275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300
    #A33276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ShardSizeTermsTests.java

    Severity Rule Message Line Col
    #A33277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A33278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A33279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A33280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A33281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A33282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A33283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A33284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A33285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A33286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A33287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163
    #A33288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 163 5
    #A33289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A33290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A33291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A33292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A33293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241
    #A33294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 241 5
    #A33295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A33296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A33297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293
    #A33298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293 5
    #A33299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A33300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A33301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345
    #A33302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345 5
    #A33303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 371
    #A33304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 371 5
    #A33305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397
    #A33306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 397 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/ShardSizeTests.java

    Severity Rule Message Line Col
    #A33307 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 41
    #A33308 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 41 1
    #A33309 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42
    #A33310 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42 1
    #A33311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A33312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A33313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A33314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsBackwardCompatibilityTests.java

    Severity Rule Message Line Col
    #A33315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A33316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsSignificanceScoreTests.java

    Severity Rule Message Line Col
    #A33317 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 69
    #A33318 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 69 1
    #A33319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A33320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A33321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A33322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A33323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A33324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 9
    #A33325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A33326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 9
    #A33327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A33328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 13
    #A33329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A33330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 13
    #A33331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A33332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 9
    #A33333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214
    #A33334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 214 9
    #A33335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A33336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 13
    #A33337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A33338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 13
    #A33339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A33340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 13
    #A33341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A33342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A33343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A33344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A33345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A33346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A33347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A33348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A33349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 474
    #A33350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 474 5
    #A33351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 495
    #A33352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 495 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/SignificantTermsTests.java

    Severity Rule Message Line Col
    #A33353 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 55
    #A33354 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 55 1
    #A33355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A33356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A33357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A33358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A33359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A33360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5
    #A33361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A33362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A33363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A33364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A33365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A33366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A33367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A33368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A33369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233
    #A33370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 233 5
    #A33371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A33372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5
    #A33373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263
    #A33374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 263 5
    #A33375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A33376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A33377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A33378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A33379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 325
    #A33380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 325 5
    #A33381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347
    #A33382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347 5
    #A33383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378
    #A33384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378 5
    #A33385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427
    #A33386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 427 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/StringTermsTests.java

    Severity Rule Message Line Col
    #A33387 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 74
    #A33388 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 74 1
    #A33389 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 75
    #A33390 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 75 1
    #A33391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A33392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 5
    #A33393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A33394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A33395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A33396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A33397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277
    #A33398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 277 5
    #A33399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308
    #A33400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 308 5
    #A33401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387
    #A33402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387 5
    #A33403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467
    #A33404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467 5
    #A33405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 555
    #A33406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 555 5
    #A33407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581
    #A33408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581 5
    #A33409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 607
    #A33410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 607 5
    #A33411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 633
    #A33412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 633 5
    #A33413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 661
    #A33414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 661 5
    #A33415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 689
    #A33416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 689 5
    #A33417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 714
    #A33418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 714 5
    #A33419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737
    #A33420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 737 5
    #A33421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 765
    #A33422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 765 5
    #A33423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 793
    #A33424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 793 5
    #A33425 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 840
    #A33426 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 840 5
    #A33427 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 876
    #A33428 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 876 5
    #A33429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 900
    #A33430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 900 5
    #A33431 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 924
    #A33432 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 924 5
    #A33433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 952
    #A33434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 952 5
    #A33435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 980
    #A33436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 980 5
    #A33437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1015
    #A33438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1015 5
    #A33439 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1033
    #A33440 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1033 5
    #A33441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1057
    #A33442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1057 5
    #A33443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1082
    #A33444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1082 5
    #A33445 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1102
    #A33446 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1102 5
    #A33447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1134
    #A33448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1134 5
    #A33449 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1173
    #A33450 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1173 5
    #A33451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1229
    #A33452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1229 5
    #A33453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1291
    #A33454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1291 5
    #A33455 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1354
    #A33456 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1354 5
    #A33457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1374
    #A33458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1374 5
    #A33459 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1396
    #A33460 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1396 5
    #A33461 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1417
    #A33462 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1417 5
    #A33463 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1439
    #A33464 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1439 5
    #A33465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1473
    #A33466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1473 5
    #A33467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1506
    #A33468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1506 5
    #A33469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1539
    #A33470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1539 5
    #A33471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1572
    #A33472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1572 5
    #A33473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1617
    #A33474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1617 5
    #A33475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1623
    #A33476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1623 5
    #A33477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1629
    #A33478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1629 5
    #A33479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1635
    #A33480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1635 5
    #A33481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1641
    #A33482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1641 5
    #A33483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1647
    #A33484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1647 5
    #A33485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1653
    #A33486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1653 5
    #A33487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1693
    #A33488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1693 5
    #A33489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1726
    #A33490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1726 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/TermsDocCountErrorTests.java

    Severity Rule Message Line Col
    #A33491 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 46
    #A33492 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 46 1
    #A33493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A33494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A33495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A33496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A33497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A33498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A33499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A33500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A33501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274
    #A33502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274 5
    #A33503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307
    #A33504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307 5
    #A33505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340
    #A33506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 340 5
    #A33507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373
    #A33508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 373 5
    #A33509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A33510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A33511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 443
    #A33512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 443 5
    #A33513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 474
    #A33514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 474 5
    #A33515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505
    #A33516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505 5
    #A33517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 525
    #A33518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 525 5
    #A33519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 558
    #A33520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 558 5
    #A33521 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 591
    #A33522 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 591 5
    #A33523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624
    #A33524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624 5
    #A33525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659
    #A33526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659 5
    #A33527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694
    #A33528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 694 5
    #A33529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 725
    #A33530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 725 5
    #A33531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 756
    #A33532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 756 5
    #A33533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 776
    #A33534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 776 5
    #A33535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 809
    #A33536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 809 5
    #A33537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 842
    #A33538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 842 5
    #A33539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 875
    #A33540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 875 5
    #A33541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 910
    #A33542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 910 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/TermsShardMinDocCountTests.java

    Severity Rule Message Line Col
    #A33543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A33544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A33545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A33546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/TopHitsTests.java

    Severity Rule Message Line Col
    #A33547 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 63
    #A33548 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 63 1
    #A33549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A33550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A33551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A33552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A33553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A33554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A33555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305
    #A33556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305 5
    #A33557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345
    #A33558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 345 5
    #A33559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395
    #A33560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395 5
    #A33561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 450
    #A33562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 450 5
    #A33563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467
    #A33564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467 5
    #A33565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 500
    #A33566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 500 5
    #A33567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 531
    #A33568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 531 5
    #A33569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 544
    #A33570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 544 5
    #A33571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 591
    #A33572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 591 5
    #A33573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 643
    #A33574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 643 5
    #A33575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 744
    #A33576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 744 5
    #A33577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 806
    #A33578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 806 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/nested/NestedAggregatorTest.java

    Severity Rule Message Line Col
    #A33579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A33580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/script/NativeSignificanceScoreScriptNoParams.java

    Severity Rule Message Line Col
    #A33581 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A33582 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 9
    #A33583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A33584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/script/NativeSignificanceScoreScriptWithParams.java

    Severity Rule Message Line Col
    #A33585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A33586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 9
    #A33587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A33588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/script/TestScript.java

    Severity Rule Message Line Col
    #A33589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A33590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5
    #A33591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A33592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/bucket/significant/SignificanceHeuristicTests.java

    Severity Rule Message Line Col
    #A33593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A33594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A33595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A33596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A33597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A33598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A33599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A33600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A33601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312
    #A33602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312 5
    #A33603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A33604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A33605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351
    #A33606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 351 5
    #A33607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 388
    #A33608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 388 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/AbstractNumericTests.java

    Severity Rule Message Line Col
    #A33609 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 32
    #A33610 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 32 1
    #A33611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A33612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/AvgTests.java

    Severity Rule Message Line Col
    #A33613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A33614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A33615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A33616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A33617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A33618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A33619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86
    #A33620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 86 5
    #A33621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A33622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A33623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A33624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A33625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A33626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A33627 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159
    #A33628 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 159 5
    #A33629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A33630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A33631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A33632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A33633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A33634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5
    #A33635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219
    #A33636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 219 5
    #A33637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A33638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A33639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249
    #A33640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 249 5
    #A33641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264
    #A33642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 264 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/CardinalityTests.java

    Severity Rule Message Line Col
    #A33643 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 40
    #A33644 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 40 1
    #A33645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A33646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A33647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A33648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A33649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A33650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A33651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A33652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5
    #A33653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A33654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A33655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195
    #A33656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 195 5
    #A33657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A33658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A33659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A33660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A33661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A33662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A33663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A33664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A33665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265
    #A33666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265 5
    #A33667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279
    #A33668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 279 5
    #A33669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293
    #A33670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293 5
    #A33671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307
    #A33672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 307 5
    #A33673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A33674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A33675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335
    #A33676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335 5
    #A33677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 349
    #A33678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 349 5
    #A33679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363
    #A33680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363 5
    #A33681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377
    #A33682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377 5
    #A33683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391
    #A33684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391 5
    #A33685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405
    #A33686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405 5
    #A33687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A33688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/ExtendedStatsTests.java

    Severity Rule Message Line Col
    #A33689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A33690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A33691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A33692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A33693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A33694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A33695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A33696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A33697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182
    #A33698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 182 5
    #A33699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A33700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A33701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A33702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A33703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254
    #A33704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 254 5
    #A33705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A33706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A33707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302
    #A33708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 302 5
    #A33709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 326
    #A33710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 326 5
    #A33711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350
    #A33712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 350 5
    #A33713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A33714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A33715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A33716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5
    #A33717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422
    #A33718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 422 5
    #A33719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448
    #A33720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/GeoBoundsTests.java

    Severity Rule Message Line Col
    #A33721 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 57
    #A33722 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 57 1
    #A33723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A33724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A33725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200
    #A33726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 200 5
    #A33727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A33728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A33729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242
    #A33730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242 5
    #A33731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A33732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A33733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282
    #A33734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282 5
    #A33735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300
    #A33736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300 5
    #A33737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 323
    #A33738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 323 5
    #A33739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 349
    #A33740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 349 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/MaxTests.java

    Severity Rule Message Line Col
    #A33741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A33742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A33743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A33744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A33745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A33746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A33747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A33748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A33749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A33750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A33751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A33752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A33753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A33754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A33755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A33756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A33757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A33758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A33759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A33760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A33761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191
    #A33762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 191 5
    #A33763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A33764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A33765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221
    #A33766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 221 5
    #A33767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236
    #A33768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236 5
    #A33769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251
    #A33770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 251 5
    #A33771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A33772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/MinTests.java

    Severity Rule Message Line Col
    #A33773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A33774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A33775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A33776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A33777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A33778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A33779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A33780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A33781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A33782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A33783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A33784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A33785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A33786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A33787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A33788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A33789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A33790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A33791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A33792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A33793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A33794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A33795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A33796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A33797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222
    #A33798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222 5
    #A33799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A33800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A33801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A33802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A33803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A33804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A33805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282
    #A33806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/PercentileRanksTests.java

    Severity Rule Message Line Col
    #A33807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A33808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A33809 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A33810 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A33811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A33812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A33813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A33814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A33815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A33816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A33817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A33818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A33819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A33820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A33821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A33822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A33823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A33824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A33825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A33826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5
    #A33827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A33828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A33829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282
    #A33830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282 5
    #A33831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298
    #A33832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298 5
    #A33833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314
    #A33834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314 5
    #A33835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A33836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A33837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A33838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5
    #A33839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362
    #A33840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362 5
    #A33841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378
    #A33842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 378 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/PercentilesTests.java

    Severity Rule Message Line Col
    #A33843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A33844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A33845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A33846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A33847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A33848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A33849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A33850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A33851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A33852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A33853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A33854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A33855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A33856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A33857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A33858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A33859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A33860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A33861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A33862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5
    #A33863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A33864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A33865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282
    #A33866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282 5
    #A33867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298
    #A33868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 298 5
    #A33869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314
    #A33870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 314 5
    #A33871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A33872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A33873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A33874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5
    #A33875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362
    #A33876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 362 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/ScriptedMetricTests.java

    Severity Rule Message Line Col
    #A33877 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 57
    #A33878 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 57 1
    #A33879 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 58
    #A33880 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 58 1
    #A33881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A33882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A33883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A33884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 5
    #A33885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A33886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A33887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A33888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A33889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189
    #A33890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 189 5
    #A33891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A33892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A33893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 280
    #A33894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 280 5
    #A33895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A33896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A33897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 369
    #A33898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 369 5
    #A33899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 407
    #A33900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 407 5
    #A33901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444
    #A33902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 444 5
    #A33903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 480
    #A33904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 480 5
    #A33905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522
    #A33906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 522 5
    #A33907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 555
    #A33908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 555 5
    #A33909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 588
    #A33910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 588 5
    #A33911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 644
    #A33912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 644 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/StatsTests.java

    Severity Rule Message Line Col
    #A33913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A33914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A33915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A33916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A33917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A33918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A33919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127
    #A33920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 127 5
    #A33921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148
    #A33922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 148 5
    #A33923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A33924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A33925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190
    #A33926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 190 5
    #A33927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A33928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A33929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A33930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5
    #A33931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A33932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A33933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274
    #A33934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274 5
    #A33935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295
    #A33936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 295 5
    #A33937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316
    #A33938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316 5
    #A33939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337
    #A33940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337 5
    #A33941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358
    #A33942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/SumTests.java

    Severity Rule Message Line Col
    #A33943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37
    #A33944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 37 5
    #A33945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A33946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A33947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A33948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A33949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A33950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A33951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A33952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 5
    #A33953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A33954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A33955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A33956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A33957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A33958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A33959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A33960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A33961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A33962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A33963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A33964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A33965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207
    #A33966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 207 5
    #A33967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222
    #A33968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222 5
    #A33969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A33970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A33971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A33972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A33973 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A33974 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/ValueCountTests.java

    Severity Rule Message Line Col
    #A33975 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 35
    #A33976 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 35 1
    #A33977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A33978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A33979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A33980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A33981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A33982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A33983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86
    #A33984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 86 5
    #A33985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A33986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A33987 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A33988 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A33989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132
    #A33990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 132 5
    #A33991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147
    #A33992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 147 5
    #A33993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162
    #A33994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/metrics/cardinality/HyperLogLogPlusPlusTests.java

    Severity Rule Message Line Col
    #A33995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A33996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A33997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A33998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A33999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A34000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A34001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A34002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A34003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A34004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/support/PathTests.java

    Severity Rule Message Line Col
    #A34005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A34006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A34007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A34008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/aggregations/support/ScriptValuesTests.java

    Severity Rule Message Line Col
    #A34009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A34010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 9
    #A34011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A34012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 9
    #A34013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A34014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A34015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A34016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A34017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A34018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 9
    #A34019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A34020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 9
    #A34021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A34022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A34023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A34024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A34025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A34026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 9
    #A34027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A34028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 9
    #A34029 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A34030 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A34031 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A34032 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A34033 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A34034 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/SearchWhileCreatingIndexTests.java

    Severity Rule Message Line Col
    #A34035 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A34036 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A34037 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 42
    #A34038 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 42 5
    #A34039 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A34040 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A34041 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 48
    #A34042 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 48 5
    #A34043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A34044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A34045 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 54
    #A34046 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 54 5
    #A34047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A34048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A34049 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 60
    #A34050 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/SearchWhileRelocatingTests.java

    Severity Rule Message Line Col
    #A34051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A34052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A34053 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 54
    #A34054 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 54 5
    #A34055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A34056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A34057 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 60
    #A34058 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 60 5
    #A34059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A34060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/SearchWithRandomExceptionsTests.java

    Severity Rule Message Line Col
    #A34061 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55
    #A34062 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 55 1
    #A34063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A34064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A34065 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A34066 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A34067 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 65
    #A34068 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 65 5
    #A34069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223
    #A34070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 223 5
    #A34071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A34072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 13
    #A34073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338
    #A34074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 338 13
    #A34075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A34076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/TransportSearchFailuresTests.java

    Severity Rule Message Line Col
    #A34077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A34078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A34079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A34080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/basic/TransportTwoNodesSearchTests.java

    Severity Rule Message Line Col
    #A34081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A34082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A34083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116
    #A34084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 116 5
    #A34085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A34086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A34087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173
    #A34088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173 5
    #A34089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202
    #A34090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 202 5
    #A34091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231
    #A34092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 231 5
    #A34093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260
    #A34094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260 5
    #A34095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 299
    #A34096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 299 5
    #A34097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339
    #A34098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 339 5
    #A34099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357
    #A34100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357 5
    #A34101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377
    #A34102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 377 5
    #A34103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408
    #A34104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 408 5
    #A34105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 433
    #A34106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 433 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/builder/SearchSourceBuilderTest.java

    Severity Rule Message Line Col
    #A34107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A34108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/child/ParentFieldLoadingTest.java

    Severity Rule Message Line Col
    #A34109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A34110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5
    #A34111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126
    #A34112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 126 5
    #A34113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A34114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/child/SimpleChildQuerySearchTests.java

    Severity Rule Message Line Col
    #A34115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A34116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A34117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A34118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A34119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153
    #A34120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 153 5
    #A34121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173
    #A34122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 173 5
    #A34123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272
    #A34124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 272 5
    #A34125 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 273
    #A34126 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 273 5
    #A34127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353
    #A34128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353 5
    #A34129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398
    #A34130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 398 5
    #A34131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448
    #A34132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448 5
    #A34133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 534
    #A34134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 534 5
    #A34135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572
    #A34136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572 5
    #A34137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624
    #A34138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 624 5
    #A34139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 656
    #A34140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 656 5
    #A34141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 679
    #A34142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 679 5
    #A34143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 714
    #A34144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 714 5
    #A34145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 739
    #A34146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 739 5
    #A34147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 772
    #A34148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 772 5
    #A34149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 868
    #A34150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 868 5
    #A34151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 951
    #A34152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 951 5
    #A34153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 986
    #A34154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 986 5
    #A34155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1013
    #A34156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1013 5
    #A34157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1051
    #A34158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1051 5
    #A34159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1086
    #A34160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1086 5
    #A34161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1148
    #A34162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1148 5
    #A34163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1211
    #A34164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1211 5
    #A34165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1238
    #A34166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1238 5
    #A34167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1305
    #A34168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1305 5
    #A34169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1343
    #A34170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1343 5
    #A34171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1391
    #A34172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1391 5
    #A34173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1448
    #A34174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1448 5
    #A34175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1503
    #A34176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1503 5
    #A34177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1557
    #A34178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1557 5
    #A34179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1581
    #A34180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1581 5
    #A34181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1606
    #A34182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1606 5
    #A34183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1626
    #A34184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1626 13
    #A34185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1659
    #A34186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1659 5
    #A34187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1701
    #A34188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1701 5
    #A34189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1744
    #A34190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1744 5
    #A34191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1811
    #A34192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1811 5
    #A34193 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1868
    #A34194 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1868 5
    #A34195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1919
    #A34196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1919 5
    #A34197 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1965
    #A34198 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1965 5
    #A34199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2063
    #A34200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2063 5
    #A34201 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2087
    #A34202 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2087 5
    #A34203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2107
    #A34204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2107 5
    #A34205 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2202
    #A34206 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2202 5
    #A34207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2615
    #A34208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2615 5
    #A34209 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 2616
    #A34210 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 2616 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/compress/SearchSourceCompressTests.java

    Severity Rule Message Line Col
    #A34211 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42
    #A34212 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/ConcurrentDuel.java

    Severity Rule Message Line Col
    #A34213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A34214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/ExtendedFacetsTests.java

    Severity Rule Message Line Col
    #A34215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A34216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A34217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A34218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A34219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A34220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A34221 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 59
    #A34222 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 59 5
    #A34223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A34224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 9
    #A34225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325
    #A34226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 325 9
    #A34227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A34228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 9
    #A34229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A34230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/ExtendedFacetsTestsMultiShardMultiNodeTests.java

    Severity Rule Message Line Col
    #A34231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26
    #A34232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26 5
    #A34233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A34234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/SimpleFacetsTests.java

    Severity Rule Message Line Col
    #A34235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A34236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A34237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99
    #A34238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 99 5
    #A34239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A34240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A34241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A34242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A34243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303
    #A34244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 303 5
    #A34245 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 304
    #A34246 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 304 5
    #A34247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A34248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 27
    #A34249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A34250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 27
    #A34251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408
    #A34252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408 27
    #A34253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 433
    #A34254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 433 27
    #A34255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 483
    #A34256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 483 5
    #A34257 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 484
    #A34258 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 484 5
    #A34259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 553
    #A34260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 553 27
    #A34261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 584
    #A34262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 584 27
    #A34263 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 645
    #A34264 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 645 5
    #A34265 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 695
    #A34266 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 695 5
    #A34267 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 752
    #A34268 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 752 5
    #A34269 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 790
    #A34270 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 790 5
    #A34271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 837
    #A34272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 837 5
    #A34273 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 876
    #A34274 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 876 5
    #A34275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 881
    #A34276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 881 5
    #A34277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1311
    #A34278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1311 5
    #A34279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1352
    #A34280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1352 5
    #A34281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1449
    #A34282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1449 5
    #A34283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1495
    #A34284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1495 5
    #A34285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1656
    #A34286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1656 5
    #A34287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1813
    #A34288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1813 5
    #A34289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1818
    #A34290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1818 5
    #A34291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1943
    #A34292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1943 5
    #A34293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2004
    #A34294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2004 5
    #A34295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2183
    #A34296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2183 5
    #A34297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2252
    #A34298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2252 5
    #A34299 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2282
    #A34300 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2282 5
    #A34301 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2321
    #A34302 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2321 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/terms/ShardSizeTermsFacetTests.java

    Severity Rule Message Line Col
    #A34303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A34304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A34305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A34306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A34307 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A34308 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A34309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A34310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A34311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140
    #A34312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 140 5
    #A34313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A34314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A34315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192
    #A34316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 192 5
    #A34317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218
    #A34318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 218 5
    #A34319 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244
    #A34320 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244 5
    #A34321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270
    #A34322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 270 5
    #A34323 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296
    #A34324 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 296 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/terms/UnmappedFieldsTermsFacetsTests.java

    Severity Rule Message Line Col
    #A34325 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A34326 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5
    #A34327 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143
    #A34328 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 143 5
    #A34329 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A34330 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5
    #A34331 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A34332 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/facet/termsstats/ShardSizeTermsStatsFacetTests.java

    Severity Rule Message Line Col
    #A34333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A34334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A34335 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A34336 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A34337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A34338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A34339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A34340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A34341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A34342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A34343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A34344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A34345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A34346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A34347 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224
    #A34348 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 224 5
    #A34349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252
    #A34350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 252 5
    #A34351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278
    #A34352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 278 5
    #A34353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304
    #A34354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304 5
    #A34355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A34356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A34357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358
    #A34358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 358 5
    #A34359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 386
    #A34360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 386 5
    #A34361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412
    #A34362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/fetch/innerhits/NestedChildrenFilterTest.java

    Severity Rule Message Line Col
    #A34363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A34364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/fields/SearchFieldsTests.java

    Severity Rule Message Line Col
    #A34365 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58
    #A34366 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 58 5
    #A34367 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A34368 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A34369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188
    #A34370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 188 5
    #A34371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258
    #A34372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 258 5
    #A34373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304
    #A34374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304 5
    #A34375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341
    #A34376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 341 5
    #A34377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405
    #A34378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 405 5
    #A34379 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425
    #A34380 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425 5
    #A34381 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 437
    #A34382 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 437 5
    #A34383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 495
    #A34384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 495 5
    #A34385 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 506
    #A34386 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 506 5
    #A34387 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 516
    #A34388 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 516 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/DecayFunctionScoreTests.java

    Severity Rule Message Line Col
    #A34389 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A34390 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A34391 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A34392 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A34393 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235
    #A34394 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 235 5
    #A34395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290
    #A34396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290 5
    #A34397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331
    #A34398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 331 5
    #A34399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 414
    #A34400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 414 5
    #A34401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438
    #A34402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 438 5
    #A34403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 472
    #A34404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 472 5
    #A34405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 477
    #A34406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 477 5
    #A34407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526
    #A34408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526 5
    #A34409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 574
    #A34410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 574 5
    #A34411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 626
    #A34412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 626 5
    #A34413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652
    #A34414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 652 5
    #A34415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 672
    #A34416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 672 5
    #A34417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 692
    #A34418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 692 5
    #A34419 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 789
    #A34420 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 789 5
    #A34421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 844
    #A34422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 844 5
    #A34423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 934
    #A34424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 934 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/ExplainableScriptPlugin.java

    Severity Rule Message Line Col
    #A34425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A34426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A34427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A34428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/ExplainableScriptTests.java

    Severity Rule Message Line Col
    #A34429 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 59
    #A34430 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 59 1
    #A34431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A34432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A34433 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A34434 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A34435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98
    #A34436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 98 9
    #A34437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A34438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A34439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A34440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/FunctionScoreBackwardCompatibilityTests.java

    Severity Rule Message Line Col
    #A34441 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 45
    #A34442 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 45 1
    #A34443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A34444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A34445 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 52
    #A34446 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 52 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/FunctionScoreFieldValueTests.java

    Severity Rule Message Line Col
    #A34447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A34448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/FunctionScorePluginTests.java

    Severity Rule Message Line Col
    #A34449 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53
    #A34450 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 53 1
    #A34451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A34452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A34453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A34454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A34455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A34456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 9
    #A34457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A34458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 9
    #A34459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A34460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 9
    #A34461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A34462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 9
    #A34463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A34464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 13
    #A34465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A34466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 13
    #A34467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150
    #A34468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 150 13
    #A34469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A34470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/FunctionScoreTests.java

    Severity Rule Message Line Col
    #A34471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A34472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A34473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A34474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A34475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A34476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A34477 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217
    #A34478 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217 5
    #A34479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283
    #A34480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 283 5
    #A34481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353
    #A34482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 353 5
    #A34483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 403
    #A34484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 403 5
    #A34485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425
    #A34486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 425 5
    #A34487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 474
    #A34488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 474 5
    #A34489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 518
    #A34490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 518 5
    #A34491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 553
    #A34492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 553 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/functionscore/RandomScoreFunctionTests.java

    Severity Rule Message Line Col
    #A34493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A34494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 21
    #A34495 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 251
    #A34496 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 251 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoBoundingBoxTests.java

    Severity Rule Message Line Col
    #A34497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A34498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A34499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A34500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A34501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A34502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5
    #A34503 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265
    #A34504 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 265 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoDistanceFacetTests.java

    Severity Rule Message Line Col
    #A34505 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A34506 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A34507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A34508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoDistanceTests.java

    Severity Rule Message Line Col
    #A34509 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A34510 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A34511 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209
    #A34512 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 209 5
    #A34513 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333
    #A34514 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 333 5
    #A34515 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 381
    #A34516 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 381 5
    #A34517 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434
    #A34518 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434 5
    #A34519 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 598
    #A34520 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 598 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoFilterTests.java

    Severity Rule Message Line Col
    #A34521 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 77
    #A34522 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 77 5
    #A34523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A34524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A34525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212
    #A34526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 212 5
    #A34527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392
    #A34528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 392 5
    #A34529 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 393
    #A34530 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 393 5
    #A34531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467
    #A34532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 467 5
    #A34533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577
    #A34534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 577 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoPolygonTests.java

    Severity Rule Message Line Col
    #A34535 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 38
    #A34536 warning AnnotationOnSameLine Annotation 'SuiteScopeTest' should be on the same line with its target. 38 1
    #A34537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A34538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A34539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A34540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/geo/GeoShapeIntegrationTests.java

    Severity Rule Message Line Col
    #A34541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A34542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A34543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A34544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A34545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A34546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A34547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A34548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A34549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172
    #A34550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 172 5
    #A34551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217
    #A34552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 217 5
    #A34553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237
    #A34554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 237 5
    #A34555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275
    #A34556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275 5
    #A34557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357
    #A34558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 357 5
    #A34559 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 398
    #A34560 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 398 5
    #A34561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399
    #A34562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399 5
    #A34563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 423
    #A34564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 423 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/highlight/CustomHighlighter.java

    Severity Rule Message Line Col
    #A34565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A34566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5
    #A34567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A34568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/highlight/CustomHighlighterPlugin.java

    Severity Rule Message Line Col
    #A34569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26
    #A34570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26 5
    #A34571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A34572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/highlight/CustomHighlighterSearchTests.java

    Severity Rule Message Line Col
    #A34573 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A34574 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A34575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A34576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A34577 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 52
    #A34578 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 52 5
    #A34579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A34580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A34581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A34582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A34583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A34584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A34585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A34586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/highlight/HighlighterSearchTests.java

    Severity Rule Message Line Col
    #A34587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A34588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A34589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83
    #A34590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 83 5
    #A34591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A34592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A34593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171
    #A34594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 171 5
    #A34595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239
    #A34596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 239 5
    #A34597 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282
    #A34598 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282 5
    #A34599 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316
    #A34600 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 316 5
    #A34601 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A34602 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A34603 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 396
    #A34604 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 396 5
    #A34605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448
    #A34606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 448 5
    #A34607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481
    #A34608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 481 5
    #A34609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505
    #A34610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 505 5
    #A34611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532
    #A34612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 532 5
    #A34613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 587
    #A34614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 587 5
    #A34615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 650
    #A34616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 650 5
    #A34617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 682
    #A34618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 682 5
    #A34619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 734
    #A34620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 734 5
    #A34621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 754
    #A34622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 754 5
    #A34623 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 759
    #A34624 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 759 5
    #A34625 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 912
    #A34626 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 912 5
    #A34627 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 913
    #A34628 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 913 5
    #A34629 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 960
    #A34630 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 960 5
    #A34631 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 983
    #A34632 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 983 5
    #A34633 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1007
    #A34634 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1007 5
    #A34635 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1031
    #A34636 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1031 5
    #A34637 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1055
    #A34638 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1055 5
    #A34639 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1086
    #A34640 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1086 5
    #A34641 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1119
    #A34642 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1119 5
    #A34643 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1152
    #A34644 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1152 5
    #A34645 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1184
    #A34646 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1184 5
    #A34647 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1218
    #A34648 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1218 5
    #A34649 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1264
    #A34650 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1264 5
    #A34651 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1283
    #A34652 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1283 5
    #A34653 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1301
    #A34654 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1301 5
    #A34655 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1319
    #A34656 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1319 5
    #A34657 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1338
    #A34658 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1338 5
    #A34659 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1354
    #A34660 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1354 5
    #A34661 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1425
    #A34662 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1425 5
    #A34663 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1460
    #A34664 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1460 5
    #A34665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1477
    #A34666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1477 5
    #A34667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1495
    #A34668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1495 5
    #A34669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1514
    #A34670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1514 5
    #A34671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1542
    #A34672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1542 5
    #A34673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1564
    #A34674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1564 5
    #A34675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1627
    #A34676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1627 5
    #A34677 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1736
    #A34678 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1736 5
    #A34679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1849
    #A34680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1849 5
    #A34681 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1897
    #A34682 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1897 5
    #A34683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1953
    #A34684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1953 5
    #A34685 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1970
    #A34686 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1970 5
    #A34687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2021
    #A34688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2021 5
    #A34689 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2082
    #A34690 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2082 5
    #A34691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2115
    #A34692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2115 5
    #A34693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2154
    #A34694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2154 5
    #A34695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2177
    #A34696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2177 5
    #A34697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2214
    #A34698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2214 5
    #A34699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2244
    #A34700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2244 5
    #A34701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2289
    #A34702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2289 5
    #A34703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2306
    #A34704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2306 5
    #A34705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2335
    #A34706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2335 5
    #A34707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2351
    #A34708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2351 5
    #A34709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2366
    #A34710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2366 5
    #A34711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2381
    #A34712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2381 5
    #A34713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2403
    #A34714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2403 5
    #A34715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2418
    #A34716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2418 5
    #A34717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2432
    #A34718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2432 5
    #A34719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2448
    #A34720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2448 5
    #A34721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2467
    #A34722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2467 5
    #A34723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2483
    #A34724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2483 5
    #A34725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2499
    #A34726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2499 5
    #A34727 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 2500
    #A34728 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 2500 5
    #A34729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2535
    #A34730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2535 5
    #A34731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2558
    #A34732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2558 5
    #A34733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2581
    #A34734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2581 5
    #A34735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2604
    #A34736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2604 5
    #A34737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2610
    #A34738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2610 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/indicesboost/SimpleIndicesBoostSearchTests.java

    Severity Rule Message Line Col
    #A34739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A34740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/innerhits/InnerHitsTests.java

    Severity Rule Message Line Col
    #A34741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A34742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A34743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A34744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A34745 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244
    #A34746 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 244 5
    #A34747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347
    #A34748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 347 5
    #A34749 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 440
    #A34750 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 440 5
    #A34751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 454
    #A34752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 454 5
    #A34753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493
    #A34754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 493 5
    #A34755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 559
    #A34756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 559 5
    #A34757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 672
    #A34758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 672 5
    #A34759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 697
    #A34760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 697 5
    #A34761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 735
    #A34762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 735 5
    #A34763 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 773
    #A34764 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 773 5
    #A34765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 811
    #A34766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 811 5
    #A34767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 849
    #A34768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 849 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/matchedqueries/MatchedQueriesTests.java

    Severity Rule Message Line Col
    #A34769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A34770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A34771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A34772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A34773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130
    #A34774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 130 5
    #A34775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A34776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A34777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A34778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A34779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248
    #A34780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 248 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/msearch/SimpleMultiSearchTests.java

    Severity Rule Message Line Col
    #A34781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A34782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/preference/SearchPreferenceTests.java

    Severity Rule Message Line Col
    #A34783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A34784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A34785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A34786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A34787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90
    #A34788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 90 5
    #A34789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A34790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/query/ExistsMissingTests.java

    Severity Rule Message Line Col
    #A34791 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 80
    #A34792 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 80 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/query/MultiMatchQueryTests.java

    Severity Rule Message Line Col
    #A34793 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 55
    #A34794 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 55 5
    #A34795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154
    #A34796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 154 5
    #A34797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A34798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A34799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214
    #A34800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 214 5
    #A34801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260
    #A34802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 260 5
    #A34803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A34804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A34805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 416
    #A34806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 416 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/query/SearchQueryTests.java

    Severity Rule Message Line Col
    #A34807 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A34808 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 5
    #A34809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A34810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5
    #A34811 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A34812 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A34813 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109
    #A34814 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 109 5
    #A34815 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119
    #A34816 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 119 5
    #A34817 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A34818 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A34819 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161
    #A34820 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 161 5
    #A34821 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177
    #A34822 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 177 5
    #A34823 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247
    #A34824 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 247 5
    #A34825 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266
    #A34826 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 266 5
    #A34827 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281
    #A34828 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 281 5
    #A34829 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365
    #A34830 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 365 5
    #A34831 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463
    #A34832 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 463 5
    #A34833 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496
    #A34834 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 496 5
    #A34835 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 519
    #A34836 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 519 5
    #A34837 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 540
    #A34838 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 540 5
    #A34839 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 569
    #A34840 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 569 5
    #A34841 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 589
    #A34842 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 589 5
    #A34843 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 594
    #A34844 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 594 5
    #A34845 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 622
    #A34846 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 622 5
    #A34847 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 627
    #A34848 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 627 5
    #A34849 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 669
    #A34850 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 669 5
    #A34851 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 681
    #A34852 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 681 5
    #A34853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 748
    #A34854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 748 5
    #A34855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 764
    #A34856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 764 5
    #A34857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 783
    #A34858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 783 5
    #A34859 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 807
    #A34860 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 807 5
    #A34861 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 871
    #A34862 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 871 5
    #A34863 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 921
    #A34864 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 921 5
    #A34865 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 967
    #A34866 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 967 5
    #A34867 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 988
    #A34868 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 988 5
    #A34869 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1011
    #A34870 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1011 5
    #A34871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1042
    #A34872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1042 5
    #A34873 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1059
    #A34874 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1059 5
    #A34875 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1127
    #A34876 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1127 5
    #A34877 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1226
    #A34878 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1226 5
    #A34879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1272
    #A34880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1272 5
    #A34881 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1311
    #A34882 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1311 5
    #A34883 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1412
    #A34884 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1412 5
    #A34885 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1452
    #A34886 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1452 5
    #A34887 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1459
    #A34888 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1459 5
    #A34889 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1482
    #A34890 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1482 5
    #A34891 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1508
    #A34892 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1508 5
    #A34893 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1541
    #A34894 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1541 5
    #A34895 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1580
    #A34896 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1580 5
    #A34897 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1636
    #A34898 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1636 5
    #A34899 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1657
    #A34900 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1657 5
    #A34901 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1688
    #A34902 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1688 5
    #A34903 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1713
    #A34904 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1713 5
    #A34905 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1747
    #A34906 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1747 5
    #A34907 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1775
    #A34908 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1775 5
    #A34909 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1795
    #A34910 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1795 5
    #A34911 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1829
    #A34912 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1829 5
    #A34913 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1864
    #A34914 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1864 5
    #A34915 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1897
    #A34916 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1897 5
    #A34917 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1929
    #A34918 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1929 5
    #A34919 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1998
    #A34920 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1998 5
    #A34921 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2071
    #A34922 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2071 5
    #A34923 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2088
    #A34924 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2088 5
    #A34925 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2130
    #A34926 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2130 5
    #A34927 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2142
    #A34928 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2142 5
    #A34929 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2222
    #A34930 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2222 5
    #A34931 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2320
    #A34932 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2320 5
    #A34933 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2416
    #A34934 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2416 5
    #A34935 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2424
    #A34936 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2424 5
    #A34937 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2489
    #A34938 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2489 5
    #A34939 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2529
    #A34940 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2529 5
    #A34941 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2541
    #A34942 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2541 5
    #A34943 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2567
    #A34944 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 2567 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/query/SimpleQueryStringTests.java

    Severity Rule Message Line Col
    #A34945 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A34946 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A34947 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A34948 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A34949 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A34950 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A34951 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166
    #A34952 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 166 5
    #A34953 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A34954 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A34955 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A34956 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A34957 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287
    #A34958 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287 5
    #A34959 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305
    #A34960 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305 5
    #A34961 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320
    #A34962 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 320 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/rescore/QueryRescorerTests.java

    Severity Rule Message Line Col
    #A34963 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57
    #A34964 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 57 5
    #A34965 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89
    #A34966 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 89 5
    #A34967 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136
    #A34968 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 136 5
    #A34969 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215
    #A34970 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 215 5
    #A34971 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 286
    #A34972 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 286 5
    #A34973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A34974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 9
    #A34975 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399
    #A34976 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399 5
    #A34977 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 471
    #A34978 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 471 5
    #A34979 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572
    #A34980 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 572 5
    #A34981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659
    #A34982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 659 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scan/SearchScanScrollingTests.java

    Severity Rule Message Line Col
    #A34983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A34984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scan/SearchScanTests.java

    Severity Rule Message Line Col
    #A34985 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A34986 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A34987 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 41
    #A34988 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scriptfilter/ScriptFilterSearchTests.java

    Severity Rule Message Line Col
    #A34989 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42
    #A34990 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42 1
    #A34991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A34992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A34993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A34994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A34995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112
    #A34996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 112 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scroll/DuelScrollTests.java

    Severity Rule Message Line Col
    #A34997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A34998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A34999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A35000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scroll/SearchScrollTests.java

    Severity Rule Message Line Col
    #A35001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A35002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A35003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A35004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A35005 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185
    #A35006 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 185 5
    #A35007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230
    #A35008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 230 5
    #A35009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 306
    #A35010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 306 5
    #A35011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A35012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A35013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342
    #A35014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342 5
    #A35015 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 416
    #A35016 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 416 5
    #A35017 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 446
    #A35018 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 446 5
    #A35019 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 460
    #A35020 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 460 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scroll/SearchScrollWithFailingNodesTests.java

    Severity Rule Message Line Col
    #A35021 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41
    #A35022 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 41 1
    #A35023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A35024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5
    #A35025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A35026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A35027 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A35028 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scroll/SlowDuelScrollTests.java

    Severity Rule Message Line Col
    #A35029 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 32
    #A35030 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 32 1
    #A35031 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 33
    #A35032 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 33 1
    #A35033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A35034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/scroll/SlowSearchScrollTests.java

    Severity Rule Message Line Col
    #A35035 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 31
    #A35036 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 31 1
    #A35037 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 32
    #A35038 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 32 1
    #A35039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A35040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/simple/SimpleSearchTests.java

    Severity Rule Message Line Col
    #A35041 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47
    #A35042 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 47 5
    #A35043 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A35044 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A35045 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A35046 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A35047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A35048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A35049 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A35050 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A35051 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142
    #A35052 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 142 5
    #A35053 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 159
    #A35054 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 159 11
    #A35055 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174
    #A35056 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 174 5
    #A35057 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A35058 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A35059 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250
    #A35060 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 250 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/sort/SimpleSortTests.java

    Severity Rule Message Line Col
    #A35061 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 72
    #A35062 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 72 5
    #A35063 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 73
    #A35064 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 73 5
    #A35065 warning AnnotationOnSameLine Annotation 'BadApple' should be on the same line with its target. 111
    #A35066 warning AnnotationOnSameLine Annotation 'BadApple' should be on the same line with its target. 111 5
    #A35067 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170
    #A35068 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 170 5
    #A35069 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288
    #A35070 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 288 5
    #A35071 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336
    #A35072 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 336 5
    #A35073 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368
    #A35074 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 368 5
    #A35075 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399
    #A35076 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 399 5
    #A35077 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 414
    #A35078 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 414 5
    #A35079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 450
    #A35080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 450 5
    #A35081 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 743
    #A35082 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 743 5
    #A35083 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 762
    #A35084 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 762 5
    #A35085 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 850
    #A35086 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 850 5
    #A35087 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 944
    #A35088 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 944 5
    #A35089 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1019
    #A35090 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1019 5
    #A35091 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1106
    #A35092 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1106 5
    #A35093 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1138
    #A35094 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1138 5
    #A35095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1453
    #A35096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1453 5
    #A35097 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1621
    #A35098 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1621 5
    #A35099 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1689
    #A35100 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1689 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/sort/SortParserTests.java

    Severity Rule Message Line Col
    #A35101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A35102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/source/SourceFetchingTests.java

    Severity Rule Message Line Col
    #A35103 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A35104 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A35105 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A35106 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A35107 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A35108 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/stats/SearchStatsTests.java

    Severity Rule Message Line Col
    #A35109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A35110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A35111 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A35112 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A35113 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A35114 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/stats/SearchStatsUnitTests.java

    Severity Rule Message Line Col
    #A35115 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A35116 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/CompletionSuggestSearchTests.java

    Severity Rule Message Line Col
    #A35117 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A35118 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A35119 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A35120 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A35121 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131
    #A35122 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 131 5
    #A35123 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144
    #A35124 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 144 5
    #A35125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A35126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A35127 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181
    #A35128 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 181 5
    #A35129 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208
    #A35130 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 208 5
    #A35131 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A35132 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A35133 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243
    #A35134 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 243 5
    #A35135 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259
    #A35136 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 259 5
    #A35137 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293
    #A35138 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 293 5
    #A35139 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A35140 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A35141 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 349
    #A35142 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 349 5
    #A35143 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363
    #A35144 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 363 5
    #A35145 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387
    #A35146 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 387 5
    #A35147 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409
    #A35148 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 409 5
    #A35149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 426
    #A35150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 426 5
    #A35151 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 442
    #A35152 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 442 5
    #A35153 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 459
    #A35154 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 459 5
    #A35155 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482
    #A35156 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 482 5
    #A35157 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 528
    #A35158 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 528 5
    #A35159 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 573
    #A35160 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 573 5
    #A35161 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 596
    #A35162 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 596 5
    #A35163 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 621
    #A35164 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 621 5
    #A35165 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 644
    #A35166 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 644 5
    #A35167 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 667
    #A35168 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 667 5
    #A35169 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 690
    #A35170 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 690 5
    #A35171 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 720
    #A35172 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 720 5
    #A35173 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 762
    #A35174 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 762 5
    #A35175 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 782
    #A35176 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 782 5
    #A35177 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 823
    #A35178 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 823 5
    #A35179 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 959
    #A35180 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 959 5
    #A35181 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 996
    #A35182 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 996 5
    #A35183 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1034
    #A35184 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1034 5
    #A35185 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1057
    #A35186 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1057 5
    #A35187 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1077
    #A35188 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1077 5
    #A35189 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1105
    #A35190 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1105 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/CompletionTokenStreamTest.java

    Severity Rule Message Line Col
    #A35191 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48
    #A35192 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 48 5
    #A35193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A35194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 13
    #A35195 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A35196 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A35197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A35198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13
    #A35199 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A35200 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A35201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A35202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 13
    #A35203 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118
    #A35204 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 118 5
    #A35205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A35206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 13
    #A35207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A35208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A35209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A35210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 13
    #A35211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179
    #A35212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 179 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/ContextSuggestSearchTests.java

    Severity Rule Message Line Col
    #A35213 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A35214 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A35215 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A35216 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A35217 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160
    #A35218 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 160 5
    #A35219 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196
    #A35220 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 196 5
    #A35221 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257
    #A35222 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 257 5
    #A35223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312
    #A35224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 312 5
    #A35225 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338
    #A35226 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338 5
    #A35227 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395
    #A35228 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 395 5
    #A35229 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412
    #A35230 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 412 5
    #A35231 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439
    #A35232 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 439 5
    #A35233 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 465
    #A35234 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 465 5
    #A35235 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492
    #A35236 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 492 5
    #A35237 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 523
    #A35238 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 523 5
    #A35239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 555
    #A35240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 555 5
    #A35241 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581
    #A35242 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 581 5
    #A35243 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 608
    #A35244 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 608 5
    #A35245 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639
    #A35246 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 639 5
    #A35247 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 662
    #A35248 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 662 5
    #A35249 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 687
    #A35250 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 687 5
    #A35251 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 720
    #A35252 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 720 5
    #A35253 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 750
    #A35254 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 750 5
    #A35255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 775
    #A35256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 775 5
    #A35257 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 790
    #A35258 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 790 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/CustomSuggester.java

    Severity Rule Message Line Col
    #A35259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A35260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A35261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A35262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A35263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A35264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5
    #A35265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A35266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/CustomSuggesterPlugin.java

    Severity Rule Message Line Col
    #A35267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28
    #A35268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 28 5
    #A35269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33
    #A35270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 33 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/CustomSuggesterSearchTests.java

    Severity Rule Message Line Col
    #A35271 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42
    #A35272 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 42 1
    #A35273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A35274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A35275 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A35276 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/SuggestSearchTests.java

    Severity Rule Message Line Col
    #A35277 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A35278 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A35279 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156
    #A35280 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 156 5
    #A35281 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206
    #A35282 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 206 5
    #A35283 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234
    #A35284 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 234 5
    #A35285 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290
    #A35286 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 290 5
    #A35287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317
    #A35288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 317 5
    #A35289 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338
    #A35290 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 338 5
    #A35291 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 367
    #A35292 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 367 5
    #A35293 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 416
    #A35294 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 416 5
    #A35295 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434
    #A35296 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 434 5
    #A35297 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 477
    #A35298 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 477 5
    #A35299 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 478
    #A35300 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 478 5
    #A35301 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 479
    #A35302 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 479 5
    #A35303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 608
    #A35304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 608 5
    #A35305 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 674
    #A35306 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 674 5
    #A35307 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 675
    #A35308 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 675 5
    #A35309 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 768
    #A35310 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 768 5
    #A35311 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 782
    #A35312 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 782 5
    #A35313 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 835
    #A35314 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 835 5
    #A35315 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 884
    #A35316 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 884 5
    #A35317 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 951
    #A35318 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 951 5
    #A35319 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 952
    #A35320 warning AnnotationOnSameLine Annotation 'Nightly' should be on the same line with its target. 952 5
    #A35321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1098
    #A35322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1098 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/completion/AnalyzingCompletionLookupProviderV1.java

    Severity Rule Message Line Col
    #A35323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A35324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 5
    #A35325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A35326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 5
    #A35327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A35328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 13
    #A35329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A35330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 13
    #A35331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A35332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 21
    #A35333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133
    #A35334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 133 21
    #A35335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A35336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 21
    #A35337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A35338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 21
    #A35339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A35340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 9
    #A35341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A35342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9
    #A35343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199
    #A35344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 199 9
    #A35345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A35346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5
    #A35347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A35348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 13
    #A35349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A35350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 13
    #A35351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A35352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 13
    #A35353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301
    #A35354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 301 13
    #A35355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333
    #A35356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 333 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/completion/CompletionPostingsFormatTest.java

    Severity Rule Message Line Col
    #A35357 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A35358 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A35359 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A35360 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A35361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103
    #A35362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 103 5
    #A35363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121
    #A35364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 121 5
    #A35365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A35366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A35367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A35368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 13
    #A35369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A35370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 13
    #A35371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A35372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 13
    #A35373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171
    #A35374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 171 13
    #A35375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176
    #A35376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 176 13
    #A35377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A35378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 13
    #A35379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190
    #A35380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 190 17
    #A35381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195
    #A35382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 195 17
    #A35383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A35384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 17
    #A35385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205
    #A35386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 205 17
    #A35387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210
    #A35388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 210 17
    #A35389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215
    #A35390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 215 17
    #A35391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A35392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 17
    #A35393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A35394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 17
    #A35395 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305
    #A35396 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 305 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/context/GeoLocationContextMappingTest.java

    Severity Rule Message Line Col
    #A35397 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A35398 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A35399 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A35400 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5
    #A35401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68
    #A35402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 68 5
    #A35403 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84
    #A35404 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 84 5
    #A35405 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107
    #A35406 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 107 5
    #A35407 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124
    #A35408 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 124 5
    #A35409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145
    #A35410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 145 5
    #A35411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A35412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/suggest/phrase/NoisyChannelSpellCheckerTests.java

    Severity Rule Message Line Col
    #A35413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A35414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A35415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A35416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 13
    #A35417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A35418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 13
    #A35419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158
    #A35420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 158 13
    #A35421 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194
    #A35422 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 194 5
    #A35423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200
    #A35424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 200 13
    #A35425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A35426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 13
    #A35427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A35428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 13
    #A35429 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284
    #A35430 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 284 5
    #A35431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292
    #A35432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 292 13
    #A35433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A35434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 13
    #A35435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367
    #A35436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 367 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/search/timeout/SearchTimeoutTests.java

    Severity Rule Message Line Col
    #A35437 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36
    #A35438 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 36 1
    #A35439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A35440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5
    #A35441 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44
    #A35442 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/similarity/SimilarityTests.java

    Severity Rule Message Line Col
    #A35443 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A35444 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/AbstractSnapshotTests.java

    Severity Rule Message Line Col
    #A35445 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 40
    #A35446 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 40 1
    #A35447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A35448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/DedicatedClusterSnapshotRestoreTests.java

    Severity Rule Message Line Col
    #A35449 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 82
    #A35450 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 82 1
    #A35451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A35452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A35453 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146
    #A35454 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 146 5
    #A35455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A35456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 13
    #A35457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184
    #A35458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 184 13
    #A35459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A35460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 13
    #A35461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258
    #A35462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 258 13
    #A35463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263
    #A35464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 263 13
    #A35465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275
    #A35466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 275 5
    #A35467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A35468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A35469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382
    #A35470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 382 5
    #A35471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437
    #A35472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 437 17
    #A35473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460
    #A35474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460 17
    #A35475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 519
    #A35476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 519 5
    #A35477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 551
    #A35478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 551 13
    #A35479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 576
    #A35480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 576 5
    #A35481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 596
    #A35482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 596 5
    #A35483 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 597
    #A35484 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 597 5
    #A35485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631
    #A35486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631 17
    #A35487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 745
    #A35488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 745 9
    #A35489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 757
    #A35490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 757 9
    #A35491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 766
    #A35492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 766 13
    #A35493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 771
    #A35494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 771 13
    #A35495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 776
    #A35496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 776 13
    #A35497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 801
    #A35498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 801 13
    #A35499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 827
    #A35500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 827 13
    #A35501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 832
    #A35502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 832 13
    #A35503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 837
    #A35504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 837 13
    #A35505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 855
    #A35506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 855 13
    #A35507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 860
    #A35508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 860 13
    #A35509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 878
    #A35510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 878 13
    #A35511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 883
    #A35512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 883 13
    #A35513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 888
    #A35514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 888 13
    #A35515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 906
    #A35516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 906 13
    #A35517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 911
    #A35518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 911 13
    #A35519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 916
    #A35520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 916 13
    #A35521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 935
    #A35522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 935 13
    #A35523 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 940
    #A35524 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 940 13
    #A35525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 945
    #A35526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 945 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/RepositoriesTests.java

    Severity Rule Message Line Col
    #A35527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51
    #A35528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 51 5
    #A35529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125
    #A35530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 125 5
    #A35531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138
    #A35532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 138 5
    #A35533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169
    #A35534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 169 5
    #A35535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A35536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/SharedClusterSnapshotRestoreTests.java

    Severity Rule Message Line Col
    #A35537 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 76
    #A35538 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 76 1
    #A35539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A35540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A35541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176
    #A35542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 176 5
    #A35543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220
    #A35544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 220 5
    #A35545 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269
    #A35546 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 269 5
    #A35547 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 318
    #A35548 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 318 5
    #A35549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335
    #A35550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 335 5
    #A35551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391
    #A35552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 391 5
    #A35553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A35554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5
    #A35555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 503
    #A35556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 503 5
    #A35557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 554
    #A35558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 554 5
    #A35559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 621
    #A35560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 621 5
    #A35561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 663
    #A35562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 663 5
    #A35563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 727
    #A35564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 727 5
    #A35565 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 747
    #A35566 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 747 5
    #A35567 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 805
    #A35568 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 805 5
    #A35569 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 844
    #A35570 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 844 5
    #A35571 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 879
    #A35572 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 879 5
    #A35573 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 921
    #A35574 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 921 5
    #A35575 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 947
    #A35576 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 947 5
    #A35577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 968
    #A35578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 968 5
    #A35579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1088
    #A35580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1088 5
    #A35581 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1150
    #A35582 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1150 5
    #A35583 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1233
    #A35584 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1233 5
    #A35585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1291
    #A35586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1291 5
    #A35587 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1351
    #A35588 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1351 5
    #A35589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1443
    #A35590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1443 5
    #A35591 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1553
    #A35592 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1553 5
    #A35593 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1657
    #A35594 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1657 5
    #A35595 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1711
    #A35596 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1711 5
    #A35597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1739
    #A35598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1739 13
    #A35599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1753
    #A35600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1753 13
    #A35601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1758
    #A35602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1758 13
    #A35603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1773
    #A35604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1773 13
    #A35605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1782
    #A35606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1782 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/SnapshotBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A35607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54
    #A35608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/SnapshotUtilsTests.java

    Severity Rule Message Line Col
    #A35609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A35610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/mockstore/BlobContainerWrapper.java

    Severity Rule Message Line Col
    #A35611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A35612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A35613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A35614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A35615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A35616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A35617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A35618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A35619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A35620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A35621 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A35622 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A35623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A35624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A35625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A35626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A35627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A35628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/mockstore/BlobStoreWrapper.java

    Severity Rule Message Line Col
    #A35629 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A35630 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A35631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A35632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A35633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A35634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/mockstore/MockRepository.java

    Severity Rule Message Line Col
    #A35635 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 77
    #A35636 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 77 5
    #A35637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91
    #A35638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 91 5
    #A35639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A35640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A35641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A35642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 5
    #A35643 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191
    #A35644 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 191 9
    #A35645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267
    #A35646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 267 13
    #A35647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A35648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 13
    #A35649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A35650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 13
    #A35651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A35652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 13
    #A35653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A35654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 13
    #A35655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296
    #A35656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 296 13
    #A35657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302
    #A35658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 302 13
    #A35659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A35660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/mockstore/MockRepositoryModule.java

    Severity Rule Message Line Col
    #A35661 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35
    #A35662 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 35 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/snapshots/mockstore/MockRepositoryPlugin.java

    Severity Rule Message Line Col
    #A35663 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A35664 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A35665 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A35666 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/client/ClientFailover.java

    Severity Rule Message Line Col
    #A35667 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A35668 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/gcbehavior/FilterCacheGcStress.java

    Severity Rule Message Line Col
    #A35669 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A35670 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 13
    #A35671 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A35672 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/get/GetStressTest.java

    Severity Rule Message Line Col
    #A35673 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A35674 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/get/MGetStress1.java

    Severity Rule Message Line Col
    #A35675 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A35676 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 13
    #A35677 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71
    #A35678 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 71 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/indexing/ConcurrentIndexingVersioningStressTest.java

    Severity Rule Message Line Col
    #A35679 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A35680 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/rollingrestart/RollingRestartStressTest.java

    Severity Rule Message Line Col
    #A35681 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A35682 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/search1/ConcurrentSearchSerializationTests.java

    Severity Rule Message Line Col
    #A35683 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 43
    #A35684 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 43 1
    #A35685 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A35686 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 25
    #A35687 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68
    #A35688 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 68 25
    #A35689 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A35690 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/stresstest/search1/Search1StressTest.java

    Severity Rule Message Line Col
    #A35691 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 48
    #A35692 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 48 1
    #A35693 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A35694 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A35695 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A35696 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 9
    #A35697 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250
    #A35698 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 250 9
    #A35699 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272
    #A35700 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 272 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/AfterTestRule.java

    Severity Rule Message Line Col
    #A35701 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A35702 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A35703 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A35704 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/BackgroundIndexer.java

    Severity Rule Message Line Col
    #A35705 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A35706 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 17
    #A35707 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A35708 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/CompositeTestCluster.java

    Severity Rule Message Line Col
    #A35709 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A35710 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A35711 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A35712 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A35713 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A35714 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 13
    #A35715 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219
    #A35716 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 219 5
    #A35717 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224
    #A35718 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 224 5
    #A35719 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229
    #A35720 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 229 5
    #A35721 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234
    #A35722 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 234 5
    #A35723 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A35724 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5
    #A35725 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A35726 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 5
    #A35727 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253
    #A35728 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 253 5
    #A35729 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268
    #A35730 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 268 5
    #A35731 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273
    #A35732 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 273 5
    #A35733 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278
    #A35734 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 278 5
    #A35735 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A35736 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 9
    #A35737 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A35738 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 9
    #A35739 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332
    #A35740 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 332 17
    #A35741 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A35742 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 9
    #A35743 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A35744 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 17
    #A35745 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350
    #A35746 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 350 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/DummyShardLock.java

    Severity Rule Message Line Col
    #A35747 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A35748 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchBackwardsCompatIntegrationTest.java

    Severity Rule Message Line Col
    #A35749 warning AnnotationOnSameLine Annotation 'Backwards' should be on the same line with its target. 82
    #A35750 warning AnnotationOnSameLine Annotation 'Backwards' should be on the same line with its target. 82 1
    #A35751 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 83
    #A35752 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 83 1
    #A35753 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 84
    #A35754 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 84 1
    #A35755 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87
    #A35756 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 87 5
    #A35757 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A35758 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 13
    #A35759 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130
    #A35760 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 130 13
    #A35761 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A35762 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A35763 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 162
    #A35764 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 162 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchIntegrationTest.java

    Severity Rule Message Line Col
    #A35765 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 201
    #A35766 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 201 1
    #A35767 warning AnnotationOnSameLine Annotation 'Integration' should be on the same line with its target. 202
    #A35768 warning AnnotationOnSameLine Annotation 'Integration' should be on the same line with its target. 202 1
    #A35769 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 269
    #A35770 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 269 5
    #A35771 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576
    #A35772 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576 13
    #A35773 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 647
    #A35774 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 647 5
    #A35775 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 650
    #A35776 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 650 13
    #A35777 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 668
    #A35778 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 668 13
    #A35779 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 880
    #A35780 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 880 13
    #A35781 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 897
    #A35782 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 897 13
    #A35783 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 912
    #A35784 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 912 13
    #A35785 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 937
    #A35786 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 937 13
    #A35787 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1547
    #A35788 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1547 9
    #A35789 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1552
    #A35790 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1552 9
    #A35791 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1703
    #A35792 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1703 13
    #A35793 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1709
    #A35794 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1709 13
    #A35795 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 1871
    #A35796 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 1871 5
    #A35797 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 1879
    #A35798 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 1879 5
    #A35799 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 1886
    #A35800 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 1886 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchLuceneTestCase.java

    Severity Rule Message Line Col
    #A35801 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 39
    #A35802 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 39 1
    #A35803 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 43
    #A35804 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 43 1
    #A35805 warning AnnotationOnSameLine Annotation 'ThreadLeakLingering' should be on the same line with its target. 44
    #A35806 warning AnnotationOnSameLine Annotation 'ThreadLeakLingering' should be on the same line with its target. 44 1
    #A35807 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 45
    #A35808 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 45 1
    #A35809 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 46
    #A35810 warning AnnotationOnSameLine Annotation 'SuppressCodecs' should be on the same line with its target. 46 1
    #A35811 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 47
    #A35812 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 47 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchSingleNodeLuceneTestCase.java

    Severity Rule Message Line Col
    #A35813 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 34
    #A35814 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 34 1
    #A35815 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 37
    #A35816 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 37 5
    #A35817 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 43
    #A35818 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 43 5
    #A35819 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 48
    #A35820 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 48 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchSingleNodeTest.java

    Severity Rule Message Line Col
    #A35821 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 56
    #A35822 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 56 1
    #A35823 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 93
    #A35824 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 93 5
    #A35825 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 100
    #A35826 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 100 5
    #A35827 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 106
    #A35828 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 106 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchTestCase.java

    Severity Rule Message Line Col
    #A35829 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 68
    #A35830 warning AnnotationOnSameLine Annotation 'ThreadLeakScope' should be on the same line with its target. 68 1
    #A35831 warning AnnotationOnSameLine Annotation 'ThreadLeakLingering' should be on the same line with its target. 69
    #A35832 warning AnnotationOnSameLine Annotation 'ThreadLeakLingering' should be on the same line with its target. 69 1
    #A35833 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 70
    #A35834 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 70 1
    #A35835 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 71
    #A35836 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 71 1
    #A35837 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 100
    #A35838 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 100 5
    #A35839 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 105
    #A35840 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 105 5
    #A35841 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 205
    #A35842 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 205 5
    #A35843 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 210
    #A35844 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 210 5
    #A35845 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 224
    #A35846 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 224 5
    #A35847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227
    #A35848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 227 13
    #A35849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A35850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 13
    #A35851 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 257
    #A35852 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 257 5
    #A35853 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391
    #A35854 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 391 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ElasticsearchTokenStreamTestCase.java

    Severity Rule Message Line Col
    #A35855 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 35
    #A35856 warning AnnotationOnSameLine Annotation 'Listeners' should be on the same line with its target. 35 1
    #A35857 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 38
    #A35858 warning AnnotationOnSameLine Annotation 'TimeoutSuite' should be on the same line with its target. 38 1
    #A35859 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 39
    #A35860 warning AnnotationOnSameLine Annotation 'SuppressSysoutChecks' should be on the same line with its target. 39 1

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ExternalNode.java

    Severity Rule Message Line Col
    #A35861 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A35862 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 13
    #A35863 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247
    #A35864 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 247 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/ExternalTestCluster.java

    Severity Rule Message Line Col
    #A35865 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A35866 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5
    #A35867 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A35868 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 5
    #A35869 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A35870 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A35871 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A35872 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 5
    #A35873 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A35874 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A35875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A35876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A35877 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A35878 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A35879 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A35880 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A35881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151
    #A35882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 151 5
    #A35883 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156
    #A35884 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 156 5
    #A35885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A35886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/InternalTestCluster.java

    Severity Rule Message Line Col
    #A35887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319
    #A35888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 319 5
    #A35889 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576
    #A35890 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 576 5
    #A35891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 689
    #A35892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 689 13
    #A35893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 700
    #A35894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 700 5
    #A35895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 819
    #A35896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 819 9
    #A35897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 875
    #A35898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 875 5
    #A35899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 957
    #A35900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 957 5
    #A35901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1069
    #A35902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1069 5
    #A35903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1074
    #A35904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1074 5
    #A35905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1106
    #A35906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1106 13
    #A35907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1388
    #A35908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1388 13
    #A35909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1454
    #A35910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1454 5
    #A35911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1459
    #A35912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1459 5
    #A35913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1464
    #A35914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1464 5
    #A35915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1520
    #A35916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1520 9
    #A35917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1527
    #A35918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1527 9
    #A35919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1541
    #A35920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1541 9
    #A35921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1548
    #A35922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1548 9
    #A35923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1561
    #A35924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1561 9
    #A35925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1567
    #A35926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1567 5
    #A35927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1573
    #A35928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1573 13
    #A35929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1578
    #A35930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1578 13
    #A35931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1583
    #A35932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1583 13
    #A35933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1606
    #A35934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1606 9
    #A35935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1657
    #A35936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1657 5
    #A35937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1682
    #A35938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1682 25
    #A35939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1701
    #A35940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1701 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/SettingsSource.java

    Severity Rule Message Line Col
    #A35941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26
    #A35942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 26 9
    #A35943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A35944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/TestSearchContext.java

    Severity Rule Message Line Col
    #A35945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A35946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 5
    #A35947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117
    #A35948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 117 5
    #A35949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122
    #A35950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 122 5
    #A35951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127
    #A35952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 127 5
    #A35953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132
    #A35954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 132 5
    #A35955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A35956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 5
    #A35957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A35958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 5
    #A35959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A35960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5
    #A35961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A35962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 5
    #A35963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A35964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A35965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A35966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A35967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A35968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 5
    #A35969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A35970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 5
    #A35971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177
    #A35972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 177 5
    #A35973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182
    #A35974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 182 5
    #A35975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A35976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5
    #A35977 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A35978 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A35979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A35980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 5
    #A35981 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202
    #A35982 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 202 5
    #A35983 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207
    #A35984 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 207 5
    #A35985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A35986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 5
    #A35987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217
    #A35988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 217 5
    #A35989 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221
    #A35990 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 221 5
    #A35991 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226
    #A35992 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 226 5
    #A35993 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230
    #A35994 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 230 5
    #A35995 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A35996 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A35997 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239
    #A35998 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 239 5
    #A35999 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244
    #A36000 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 244 5
    #A36001 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249
    #A36002 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 249 5
    #A36003 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254
    #A36004 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 254 5
    #A36005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259
    #A36006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 259 5
    #A36007 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264
    #A36008 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 264 5
    #A36009 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269
    #A36010 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 269 5
    #A36011 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274
    #A36012 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 274 5
    #A36013 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A36014 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 5
    #A36015 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284
    #A36016 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 284 5
    #A36017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A36018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 5
    #A36019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A36020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 5
    #A36021 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A36022 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 5
    #A36023 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311
    #A36024 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 311 5
    #A36025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316
    #A36026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 316 5
    #A36027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321
    #A36028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 321 5
    #A36029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326
    #A36030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 326 5
    #A36031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331
    #A36032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 331 5
    #A36033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336
    #A36034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 336 5
    #A36035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341
    #A36036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 341 5
    #A36037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346
    #A36038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 346 5
    #A36039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351
    #A36040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 351 5
    #A36041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356
    #A36042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 356 5
    #A36043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361
    #A36044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 361 5
    #A36045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A36046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 5
    #A36047 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371
    #A36048 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 371 5
    #A36049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375
    #A36050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 375 5
    #A36051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380
    #A36052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 380 5
    #A36053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A36054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 5
    #A36055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390
    #A36056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390 5
    #A36057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395
    #A36058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395 5
    #A36059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400
    #A36060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400 5
    #A36061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405
    #A36062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405 5
    #A36063 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410
    #A36064 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410 5
    #A36065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415
    #A36066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 415 5
    #A36067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 420
    #A36068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 420 5
    #A36069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425
    #A36070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 425 5
    #A36071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430
    #A36072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 430 5
    #A36073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435
    #A36074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435 5
    #A36075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440
    #A36076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440 5
    #A36077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A36078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 5
    #A36079 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450
    #A36080 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 450 5
    #A36081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455
    #A36082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 455 5
    #A36083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460
    #A36084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460 5
    #A36085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 465
    #A36086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 465 5
    #A36087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475
    #A36088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475 5
    #A36089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480
    #A36090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480 5
    #A36091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485
    #A36092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 485 5
    #A36093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490
    #A36094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 490 5
    #A36095 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494
    #A36096 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494 5
    #A36097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 499
    #A36098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 499 5
    #A36099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 503
    #A36100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 503 5
    #A36101 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 508
    #A36102 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 508 5
    #A36103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512
    #A36104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 512 5
    #A36105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517
    #A36106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 517 5
    #A36107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 521
    #A36108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 521 5
    #A36109 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 526
    #A36110 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 526 5
    #A36111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 531
    #A36112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 531 5
    #A36113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536
    #A36114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 536 5
    #A36115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541
    #A36116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 541 5
    #A36117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 545
    #A36118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 545 5
    #A36119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550
    #A36120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 550 5
    #A36121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 555
    #A36122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 555 5
    #A36123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559
    #A36124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559 5
    #A36125 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 563
    #A36126 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 563 5
    #A36127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 568
    #A36128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 568 5
    #A36129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 573
    #A36130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 573 5
    #A36131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 578
    #A36132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 578 5
    #A36133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583
    #A36134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 583 5
    #A36135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 588
    #A36136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 588 5
    #A36137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 593
    #A36138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 593 5
    #A36139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 598
    #A36140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 598 5
    #A36141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603
    #A36142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603 5
    #A36143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611
    #A36144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 611 5
    #A36145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 619
    #A36146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 619 5
    #A36147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 627
    #A36148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 627 5
    #A36149 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631
    #A36150 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 631 5
    #A36151 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 636
    #A36152 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 636 5
    #A36153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 641
    #A36154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 641 5
    #A36155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 646
    #A36156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 646 5
    #A36157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 651
    #A36158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 651 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/cache/recycler/MockBigArrays.java

    Severity Rule Message Line Col
    #A36159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A36160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 17
    #A36161 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 79
    #A36162 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 79 5
    #A36163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A36164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5
    #A36165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A36166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 5
    #A36167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A36168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A36169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A36170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 5
    #A36171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140
    #A36172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 140 5
    #A36173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A36174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 5
    #A36175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166
    #A36176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 166 5
    #A36177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A36178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 5
    #A36179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192
    #A36180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 192 5
    #A36181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209
    #A36182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 209 5
    #A36183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A36184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 5
    #A36185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235
    #A36186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 235 5
    #A36187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240
    #A36188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 240 5
    #A36189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A36190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 9
    #A36191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303
    #A36192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 303 9
    #A36193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308
    #A36194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 308 9
    #A36195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313
    #A36196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 313 9
    #A36197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318
    #A36198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 318 9
    #A36199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323
    #A36200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 323 9
    #A36201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328
    #A36202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 328 9
    #A36203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A36204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 9
    #A36205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A36206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 9
    #A36207 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A36208 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 9
    #A36209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 359
    #A36210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 359 9
    #A36211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364
    #A36212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364 9
    #A36213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A36214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 9
    #A36215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A36216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 9
    #A36217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390
    #A36218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 390 9
    #A36219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395
    #A36220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395 9
    #A36221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400
    #A36222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 400 9
    #A36223 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405
    #A36224 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 405 9
    #A36225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410
    #A36226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 410 9
    #A36227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426
    #A36228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 426 9
    #A36229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431
    #A36230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 431 9
    #A36231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 436
    #A36232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 436 9
    #A36233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 441
    #A36234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 441 9
    #A36235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 446
    #A36236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 446 9
    #A36237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451
    #A36238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451 9
    #A36239 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467
    #A36240 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 467 9
    #A36241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472
    #A36242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472 9
    #A36243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477
    #A36244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 477 9
    #A36245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482
    #A36246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 482 9
    #A36247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487
    #A36248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 487 9
    #A36249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492
    #A36250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 492 9
    #A36251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 508
    #A36252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 508 9
    #A36253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 513
    #A36254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 513 9
    #A36255 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 518
    #A36256 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 518 9
    #A36257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 523
    #A36258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 523 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/cache/recycler/MockBigArraysModule.java

    Severity Rule Message Line Col
    #A36259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A36260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/cache/recycler/MockPageCacheRecycler.java

    Severity Rule Message Line Col
    #A36261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A36262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 17
    #A36263 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 69
    #A36264 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 69 5
    #A36265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A36266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 13
    #A36267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A36268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 13
    #A36269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112
    #A36270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 112 13
    #A36271 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A36272 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A36273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A36274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A36275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138
    #A36276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 138 5
    #A36277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A36278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/cache/recycler/MockPageCacheRecyclerModule.java

    Severity Rule Message Line Col
    #A36279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A36280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/client/RandomizingClient.java

    Severity Rule Message Line Col
    #A36281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A36282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A36283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A36284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/cluster/NoopClusterService.java

    Severity Rule Message Line Col
    #A36285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A36286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 5
    #A36287 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A36288 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A36289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A36290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 5
    #A36291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A36292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A36293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A36294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 5
    #A36295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A36296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A36297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A36298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 5
    #A36299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94
    #A36300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 94 5
    #A36301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99
    #A36302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 99 5
    #A36303 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A36304 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 5
    #A36305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109
    #A36306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 109 5
    #A36307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A36308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A36309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A36310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A36311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A36312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A36313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129
    #A36314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 129 5
    #A36315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134
    #A36316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 134 5
    #A36317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139
    #A36318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 139 5
    #A36319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144
    #A36320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 144 5
    #A36321 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149
    #A36322 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 149 5
    #A36323 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A36324 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 5
    #A36325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A36326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 5
    #A36327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A36328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/discovery/ClusterDiscoveryConfiguration.java

    Severity Rule Message Line Col
    #A36329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A36330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A36331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A36332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A36333 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A36334 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/BlockClusterStateProcessing.java

    Severity Rule Message Line Col
    #A36335 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A36336 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A36337 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A36338 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 13
    #A36339 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72
    #A36340 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 72 13
    #A36341 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A36342 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A36343 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A36344 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/IntermittentLongGCDisruption.java

    Severity Rule Message Line Col
    #A36345 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A36346 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A36347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A36348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5
    #A36349 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A36350 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/LongGCDisruption.java

    Severity Rule Message Line Col
    #A36351 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A36352 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A36353 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A36354 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A36355 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A36356 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/NetworkDelaysPartition.java

    Severity Rule Message Line Col
    #A36357 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A36358 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A36359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A36360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5
    #A36361 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A36362 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 5
    #A36363 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88
    #A36364 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 88 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/NetworkDisconnectPartition.java

    Severity Rule Message Line Col
    #A36365 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A36366 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A36367 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A36368 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A36369 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A36370 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/NetworkPartition.java

    Severity Rule Message Line Col
    #A36371 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A36372 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 5
    #A36373 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A36374 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 5
    #A36375 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A36376 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 5
    #A36377 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A36378 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 5
    #A36379 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143
    #A36380 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 143 5
    #A36381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155
    #A36382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 155 5
    #A36383 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A36384 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/NetworkUnresponsivePartition.java

    Severity Rule Message Line Col
    #A36385 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A36386 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A36387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A36388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A36389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A36390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/NoOpDisruptionScheme.java

    Severity Rule Message Line Col
    #A36391 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A36392 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5
    #A36393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A36394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5
    #A36395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37
    #A36396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 37 5
    #A36397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A36398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A36399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47
    #A36400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 47 5
    #A36401 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A36402 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A36403 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A36404 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A36405 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A36406 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/SingleNodeDisruption.java

    Severity Rule Message Line Col
    #A36407 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A36408 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A36409 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A36410 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A36411 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61
    #A36412 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 61 5
    #A36413 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A36414 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5
    #A36415 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A36416 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/disruption/SlowClusterStateProcessing.java

    Severity Rule Message Line Col
    #A36417 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A36418 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5
    #A36419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A36420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5
    #A36421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106
    #A36422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 106 13
    #A36423 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A36424 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 13
    #A36425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A36426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 5
    #A36427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A36428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/engine/AssertingSearcher.java

    Severity Rule Message Line Col
    #A36429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A36430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A36431 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65
    #A36432 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 65 5
    #A36433 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92
    #A36434 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 92 5
    #A36435 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97
    #A36436 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 97 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/engine/MockEngineFactory.java

    Severity Rule Message Line Col
    #A36437 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A36438 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5
    #A36439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A36440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/engine/MockEngineSupport.java

    Severity Rule Message Line Col
    #A36441 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167
    #A36442 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 167 9
    #A36443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172
    #A36444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 172 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/engine/MockInternalEngine.java

    Severity Rule Message Line Col
    #A36445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A36446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A36447 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107
    #A36448 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 107 5
    #A36449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A36450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 5
    #A36451 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A36452 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9
    #A36453 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A36454 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/engine/MockShadowEngine.java

    Severity Rule Message Line Col
    #A36455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A36456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A36457 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A36458 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/engine/MockSharedFSEngine.java

    Severity Rule Message Line Col
    #A36459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49
    #A36460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 49 5
    #A36461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A36462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5
    #A36463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76
    #A36464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 76 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/engine/ThrowingAtomicReaderWrapper.java

    Severity Rule Message Line Col
    #A36465 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77
    #A36466 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 77 5
    #A36467 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A36468 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 5
    #A36469 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102
    #A36470 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 102 9
    #A36471 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124
    #A36472 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 124 9
    #A36473 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131
    #A36474 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 131 9
    #A36475 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148
    #A36476 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 148 9
    #A36477 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154
    #A36478 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 154 9
    #A36479 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162
    #A36480 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 162 5
    #A36481 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A36482 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 5
    #A36483 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175
    #A36484 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 175 5
    #A36485 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181
    #A36486 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 181 5
    #A36487 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187
    #A36488 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 187 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/hamcrest/CollectionMatchers.java

    Severity Rule Message Line Col
    #A36489 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A36490 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 9
    #A36491 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A36492 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 9
    #A36493 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A36494 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/hamcrest/ElasticsearchMatchers.java

    Severity Rule Message Line Col
    #A36495 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A36496 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 9
    #A36497 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39
    #A36498 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 39 9
    #A36499 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A36500 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 9
    #A36501 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A36502 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 9
    #A36503 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A36504 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 9
    #A36505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A36506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 9
    #A36507 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80
    #A36508 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 80 9
    #A36509 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A36510 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 9
    #A36511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A36512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 9
    #A36513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103
    #A36514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 103 9
    #A36515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108
    #A36516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 108 9
    #A36517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113
    #A36518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 113 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/hamcrest/RegexMatcher.java

    Severity Rule Message Line Col
    #A36519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A36520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5
    #A36521 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A36522 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/index/merge/NoMergePolicyProvider.java

    Severity Rule Message Line Col
    #A36523 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33
    #A36524 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 33 5
    #A36525 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38
    #A36526 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 38 5
    #A36527 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A36528 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/junit/listeners/LoggingListener.java

    Severity Rule Message Line Col
    #A36529 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48
    #A36530 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 48 5
    #A36531 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A36532 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5
    #A36533 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A36534 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A36535 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66
    #A36536 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 66 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/junit/listeners/ReproduceInfoPrinter.java

    Severity Rule Message Line Col
    #A36537 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50
    #A36538 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 50 5
    #A36539 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55
    #A36540 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 55 5
    #A36541 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60
    #A36542 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 60 5
    #A36543 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104
    #A36544 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 104 9
    #A36545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116
    #A36546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 116 9
    #A36547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A36548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/junit/rule/RepeatOnExceptionRule.java

    Severity Rule Message Line Col
    #A36549 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53
    #A36550 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 53 5
    #A36551 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A36552 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/ElasticsearchRestTests.java

    Severity Rule Message Line Col
    #A36553 warning AnnotationOnSameLine Annotation 'Rest' should be on the same line with its target. 60
    #A36554 warning AnnotationOnSameLine Annotation 'Rest' should be on the same line with its target. 60 1
    #A36555 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61
    #A36556 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61 1
    #A36557 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A36558 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 5
    #A36559 warning AnnotationOnSameLine Annotation 'ParametersFactory' should be on the same line with its target. 117
    #A36560 warning AnnotationOnSameLine Annotation 'ParametersFactory' should be on the same line with its target. 117 5
    #A36561 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A36562 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 13
    #A36563 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 192
    #A36564 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 192 5
    #A36565 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 220
    #A36566 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 220 5
    #A36567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228
    #A36568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 228 5
    #A36569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233
    #A36570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 233 5
    #A36571 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 245
    #A36572 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 245 5
    #A36573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266
    #A36574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 266 5
    #A36575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282
    #A36576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 282 5
    #A36577 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287
    #A36578 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/RestTestCandidate.java

    Severity Rule Message Line Col
    #A36579 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63
    #A36580 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 63 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/Stash.java

    Severity Rule Message Line Col
    #A36581 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 95
    #A36582 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/client/http/HttpDeleteWithEntity.java

    Severity Rule Message Line Col
    #A36583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A36584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/client/http/HttpGetWithEntity.java

    Severity Rule Message Line Col
    #A36585 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A36586 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/client/http/HttpRequestBuilder.java

    Severity Rule Message Line Col
    #A36587 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211
    #A36588 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 211 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/client/http/HttpResponse.java

    Severity Rule Message Line Col
    #A36589 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A36590 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/json/JsonPath.java

    Severity Rule Message Line Col
    #A36591 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68
    #A36592 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 68 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/DoSectionParser.java

    Severity Rule Message Line Col
    #A36593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A36594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/GreaterThanEqualToParser.java

    Severity Rule Message Line Col
    #A36595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A36596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/GreaterThanParser.java

    Severity Rule Message Line Col
    #A36597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A36598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/IsFalseParser.java

    Severity Rule Message Line Col
    #A36599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A36600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/IsTrueParser.java

    Severity Rule Message Line Col
    #A36601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A36602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/LengthParser.java

    Severity Rule Message Line Col
    #A36603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A36604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/LessThanOrEqualToParser.java

    Severity Rule Message Line Col
    #A36605 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32
    #A36606 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 32 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/LessThanParser.java

    Severity Rule Message Line Col
    #A36607 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A36608 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/MatchParser.java

    Severity Rule Message Line Col
    #A36609 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A36610 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/RestTestSectionParser.java

    Severity Rule Message Line Col
    #A36611 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A36612 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/RestTestSuiteParser.java

    Severity Rule Message Line Col
    #A36613 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73
    #A36614 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/SetSectionParser.java

    Severity Rule Message Line Col
    #A36615 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A36616 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/SetupSectionParser.java

    Severity Rule Message Line Col
    #A36617 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31
    #A36618 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 31 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/parser/SkipSectionParser.java

    Severity Rule Message Line Col
    #A36619 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34
    #A36620 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/Assertion.java

    Severity Rule Message Line Col
    #A36621 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49
    #A36622 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 49 13
    #A36623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67
    #A36624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/DoSection.java

    Severity Rule Message Line Col
    #A36625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A36626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/GreaterThanAssertion.java

    Severity Rule Message Line Col
    #A36627 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A36628 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A36629 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43
    #A36630 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/GreaterThanEqualToAssertion.java

    Severity Rule Message Line Col
    #A36631 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A36632 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/IsFalseAssertion.java

    Severity Rule Message Line Col
    #A36633 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A36634 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5
    #A36635 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42
    #A36636 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 42 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/IsTrueAssertion.java

    Severity Rule Message Line Col
    #A36637 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41
    #A36638 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/LengthAssertion.java

    Severity Rule Message Line Col
    #A36639 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A36640 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/LessThanAssertion.java

    Severity Rule Message Line Col
    #A36641 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A36642 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5
    #A36643 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 44
    #A36644 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/LessThanOrEqualToAssertion.java

    Severity Rule Message Line Col
    #A36645 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43
    #A36646 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 43 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/MatchAssertion.java

    Severity Rule Message Line Col
    #A36647 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44
    #A36648 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 44 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/SetSection.java

    Severity Rule Message Line Col
    #A36649 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A36650 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/section/TestSection.java

    Severity Rule Message Line Col
    #A36651 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58
    #A36652 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 58 5
    #A36653 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70
    #A36654 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 70 5
    #A36655 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75
    #A36656 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 75 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/support/FileUtils.java

    Severity Rule Message Line Col
    #A36657 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A36658 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 13
    #A36659 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135
    #A36660 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 135 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/AbstractParserTests.java

    Severity Rule Message Line Col
    #A36661 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 29
    #A36662 warning AnnotationOnSameLine Annotation 'Ignore' should be on the same line with its target. 29 1
    #A36663 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 34
    #A36664 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 34 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/AssertionParsersTests.java

    Severity Rule Message Line Col
    #A36665 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A36666 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A36667 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A36668 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5
    #A36669 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A36670 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A36671 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A36672 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5
    #A36673 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87
    #A36674 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 87 5
    #A36675 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101
    #A36676 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 101 5
    #A36677 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 102
    #A36678 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 102 5
    #A36679 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A36680 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5
    #A36681 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 118
    #A36682 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 118 5
    #A36683 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133
    #A36684 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 133 5
    #A36685 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 134
    #A36686 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 134 5
    #A36687 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A36688 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5
    #A36689 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 153
    #A36690 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 153 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/DoSectionParserTests.java

    Severity Rule Message Line Col
    #A36691 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A36692 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A36693 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A36694 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A36695 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A36696 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A36697 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104
    #A36698 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 104 5
    #A36699 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A36700 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A36701 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164
    #A36702 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 164 5
    #A36703 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186
    #A36704 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 186 5
    #A36705 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227
    #A36706 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 227 5
    #A36707 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261
    #A36708 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 261 5
    #A36709 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287
    #A36710 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 287 5
    #A36711 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313
    #A36712 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 313 5
    #A36713 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337
    #A36714 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337 5
    #A36715 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356
    #A36716 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 356 5
    #A36717 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366
    #A36718 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/FileUtilsTests.java

    Severity Rule Message Line Col
    #A36719 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35
    #A36720 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 35 5
    #A36721 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A36722 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/JsonPathTests.java

    Severity Rule Message Line Col
    #A36723 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34
    #A36724 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 34 5
    #A36725 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43
    #A36726 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 43 5
    #A36727 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A36728 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A36729 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61
    #A36730 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 61 5
    #A36731 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A36732 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A36733 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79
    #A36734 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 79 5
    #A36735 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A36736 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A36737 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102
    #A36738 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 102 5
    #A36739 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A36740 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A36741 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120
    #A36742 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 120 5
    #A36743 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A36744 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A36745 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 129
    #A36746 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 129 5
    #A36747 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141
    #A36748 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 141 5
    #A36749 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 142
    #A36750 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 142 5
    #A36751 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152
    #A36752 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 152 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/RestApiParserFailingTests.java

    Severity Rule Message Line Col
    #A36753 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A36754 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A36755 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A36756 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/RestApiParserTests.java

    Severity Rule Message Line Col
    #A36757 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A36758 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A36759 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A36760 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A36761 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73
    #A36762 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 73 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/RestTestParserTests.java

    Severity Rule Message Line Col
    #A36763 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 42
    #A36764 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 42 5
    #A36765 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53
    #A36766 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 53 5
    #A36767 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139
    #A36768 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 139 5
    #A36769 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238
    #A36770 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 238 5
    #A36771 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A36772 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/SetSectionParserTests.java

    Severity Rule Message Line Col
    #A36773 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A36774 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A36775 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A36776 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A36777 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A36778 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/SetupSectionParserTests.java

    Severity Rule Message Line Col
    #A36779 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A36780 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A36781 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60
    #A36782 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 60 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/SkipSectionParserTests.java

    Severity Rule Message Line Col
    #A36783 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32
    #A36784 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 32 5
    #A36785 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A36786 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A36787 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66
    #A36788 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 66 5
    #A36789 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A36790 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A36791 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98
    #A36792 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 98 5
    #A36793 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A36794 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/TestSectionParserTests.java

    Severity Rule Message Line Col
    #A36795 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33
    #A36796 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 33 5
    #A36797 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A36798 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A36799 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A36800 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5
    #A36801 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134
    #A36802 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 134 5
    #A36803 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229
    #A36804 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 229 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/rest/test/VersionUtilsTests.java

    Severity Rule Message Line Col
    #A36805 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30
    #A36806 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 30 5
    #A36807 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91
    #A36808 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 91 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/store/MockDirectoryHelper.java

    Severity Rule Message Line Col
    #A36809 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137
    #A36810 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 137 9
    #A36811 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170
    #A36812 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 170 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/store/MockFSDirectoryService.java

    Severity Rule Message Line Col
    #A36813 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 67
    #A36814 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 67 5
    #A36815 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81
    #A36816 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 81 17
    #A36817 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100
    #A36818 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 100 17
    #A36819 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114
    #A36820 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 114 5
    #A36821 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119
    #A36822 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 119 5
    #A36823 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163
    #A36824 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 163 5
    #A36825 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168
    #A36826 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 168 5
    #A36827 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A36828 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 5
    #A36829 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A36830 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/store/MockFSIndexStore.java

    Severity Rule Message Line Col
    #A36831 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A36832 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A36833 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A36834 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/store/MockFSIndexStoreModule.java

    Severity Rule Message Line Col
    #A36835 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A36836 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/store/MockRamDirectoryService.java

    Severity Rule Message Line Col
    #A36837 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37
    #A36838 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 37 5
    #A36839 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A36840 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A36841 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51
    #A36842 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 51 5
    #A36843 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A36844 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/store/MockRamIndexStore.java

    Severity Rule Message Line Col
    #A36845 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34
    #A36846 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 34 5
    #A36847 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40
    #A36848 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 40 5
    #A36849 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45
    #A36850 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 45 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/store/MockRamIndexStoreModule.java

    Severity Rule Message Line Col
    #A36851 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27
    #A36852 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 27 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/test/LoggingListenerTests.java

    Severity Rule Message Line Col
    #A36853 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A36854 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A36855 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A36856 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A36857 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A36858 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5
    #A36859 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 143
    #A36860 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 143 5
    #A36861 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 151
    #A36862 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 151 9
    #A36863 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 152
    #A36864 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 152 9
    #A36865 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 155
    #A36866 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 155 9
    #A36867 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 156
    #A36868 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 156 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/test/SuiteScopeClusterTests.java

    Severity Rule Message Line Col
    #A36869 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 34
    #A36870 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 34 1
    #A36871 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40
    #A36872 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 40 5
    #A36873 warning AnnotationOnSameLine Annotation 'Repeat' should be on the same line with its target. 41
    #A36874 warning AnnotationOnSameLine Annotation 'Repeat' should be on the same line with its target. 41 5
    #A36875 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A36876 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/test/TestScopeClusterTests.java

    Severity Rule Message Line Col
    #A36877 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 33
    #A36878 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 33 1
    #A36879 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A36880 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A36881 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A36882 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/transport/AssertingLocalTransport.java

    Severity Rule Message Line Col
    #A36883 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47
    #A36884 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 47 5
    #A36885 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56
    #A36886 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 56 5
    #A36887 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62
    #A36888 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 62 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/test/transport/MockTransportService.java

    Severity Rule Message Line Col
    #A36889 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51
    #A36890 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 51 5
    #A36891 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85
    #A36892 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 85 13
    #A36893 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90
    #A36894 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 90 13
    #A36895 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95
    #A36896 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 95 13
    #A36897 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A36898 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 13
    #A36899 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120
    #A36900 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 120 13
    #A36901 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125
    #A36902 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 125 13
    #A36903 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A36904 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 13
    #A36905 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A36906 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 13
    #A36907 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A36908 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 13
    #A36909 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174
    #A36910 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 174 13
    #A36911 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197
    #A36912 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 197 13
    #A36913 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220
    #A36914 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 220 13
    #A36915 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238
    #A36916 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 238 21
    #A36917 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243
    #A36918 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 243 21
    #A36919 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285
    #A36920 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 285 9
    #A36921 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290
    #A36922 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 290 9
    #A36923 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295
    #A36924 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 295 9
    #A36925 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300
    #A36926 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 300 9
    #A36927 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305
    #A36928 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 305 9
    #A36929 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A36930 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 9
    #A36931 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A36932 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 9
    #A36933 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A36934 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 9
    #A36935 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339
    #A36936 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 339 9
    #A36937 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344
    #A36938 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 344 9
    #A36939 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349
    #A36940 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 349 9
    #A36941 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354
    #A36942 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 354 9
    #A36943 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 359
    #A36944 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 359 9
    #A36945 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364
    #A36946 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 364 9
    #A36947 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369
    #A36948 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 369 9
    #A36949 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374
    #A36950 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 374 9
    #A36951 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A36952 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 9
    #A36953 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384
    #A36954 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 384 9
    #A36955 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389
    #A36956 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 389 9
    #A36957 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395
    #A36958 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 395 9
    #A36959 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401
    #A36960 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 401 9
    #A36961 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 406
    #A36962 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 406 9
    #A36963 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444
    #A36964 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 444 5
    #A36965 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451
    #A36966 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 451 9
    #A36967 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456
    #A36968 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 456 9
    #A36969 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464
    #A36970 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 464 9
    #A36971 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472
    #A36972 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 472 9
    #A36973 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480
    #A36974 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 480 9
    #A36975 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 488
    #A36976 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 488 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/threadpool/SimpleThreadPoolTests.java

    Severity Rule Message Line Col
    #A36977 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61
    #A36978 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 61 1
    #A36979 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A36980 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A36981 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69
    #A36982 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 69 5
    #A36983 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128
    #A36984 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 128 5
    #A36985 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141
    #A36986 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 141 13
    #A36987 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161
    #A36988 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 161 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/threadpool/ThreadPoolSerializationTests.java

    Severity Rule Message Line Col
    #A36989 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A36990 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A36991 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65
    #A36992 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 65 5
    #A36993 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A36994 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A36995 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95
    #A36996 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 95 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/threadpool/UpdateThreadPoolSettingsTests.java

    Severity Rule Message Line Col
    #A36997 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52
    #A36998 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 52 5
    #A36999 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108
    #A37000 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 108 5
    #A37001 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168
    #A37002 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 168 5
    #A37003 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A37004 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A37005 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212
    #A37006 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 212 13
    #A37007 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232
    #A37008 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 232 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/timestamp/SimpleTimestampTests.java

    Severity Rule Message Line Col
    #A37009 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A37010 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A37011 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93
    #A37012 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 93 5
    #A37013 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113
    #A37014 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 113 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/AbstractSimpleTransportTests.java

    Severity Rule Message Line Col
    #A37015 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 65
    #A37016 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 65 5
    #A37017 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A37018 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 13
    #A37019 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89
    #A37020 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 89 13
    #A37021 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 107
    #A37022 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 107 5
    #A37023 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A37024 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A37025 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118
    #A37026 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 118 13
    #A37027 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123
    #A37028 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 123 13
    #A37029 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128
    #A37030 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 128 13
    #A37031 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142
    #A37032 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 142 21
    #A37033 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147
    #A37034 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 147 21
    #A37035 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152
    #A37036 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 152 21
    #A37037 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157
    #A37038 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 157 21
    #A37039 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173
    #A37040 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 173 21
    #A37041 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178
    #A37042 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 178 21
    #A37043 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183
    #A37044 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 183 21
    #A37045 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188
    #A37046 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 188 21
    #A37047 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205
    #A37048 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 205 5
    #A37049 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208
    #A37050 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 208 13
    #A37051 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213
    #A37052 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 213 13
    #A37053 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218
    #A37054 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 218 13
    #A37055 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231
    #A37056 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 231 21
    #A37057 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236
    #A37058 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 236 21
    #A37059 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241
    #A37060 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 241 21
    #A37061 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245
    #A37062 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 245 21
    #A37063 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262
    #A37064 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 262 5
    #A37065 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265
    #A37066 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 265 13
    #A37067 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270
    #A37068 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 270 13
    #A37069 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275
    #A37070 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 275 13
    #A37071 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289
    #A37072 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 289 21
    #A37073 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294
    #A37074 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 294 21
    #A37075 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299
    #A37076 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 299 21
    #A37077 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304
    #A37078 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 304 21
    #A37079 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321
    #A37080 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 321 5
    #A37081 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324
    #A37082 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 324 13
    #A37083 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329
    #A37084 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 329 13
    #A37085 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334
    #A37086 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 334 13
    #A37087 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343
    #A37088 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 343 21
    #A37089 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348
    #A37090 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 348 21
    #A37091 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353
    #A37092 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 353 21
    #A37093 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358
    #A37094 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 358 21
    #A37095 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374
    #A37096 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 374 5
    #A37097 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378
    #A37098 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 378 13
    #A37099 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383
    #A37100 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 383 13
    #A37101 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 393
    #A37102 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 393 5
    #A37103 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A37104 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 13
    #A37105 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403
    #A37106 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 403 13
    #A37107 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408
    #A37108 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 408 13
    #A37109 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 432
    #A37110 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 432 5
    #A37111 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435
    #A37112 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 435 13
    #A37113 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440
    #A37114 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 440 13
    #A37115 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445
    #A37116 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 445 13
    #A37117 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460
    #A37118 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 460 21
    #A37119 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 465
    #A37120 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 465 21
    #A37121 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470
    #A37122 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 470 21
    #A37123 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475
    #A37124 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 475 21
    #A37125 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 491
    #A37126 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 491 5
    #A37127 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494
    #A37128 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 494 13
    #A37129 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 499
    #A37130 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 499 13
    #A37131 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 504
    #A37132 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 504 13
    #A37133 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 523
    #A37134 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 523 21
    #A37135 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 528
    #A37136 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 528 21
    #A37137 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 533
    #A37138 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 533 21
    #A37139 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539
    #A37140 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 539 21
    #A37141 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559
    #A37142 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 559 25
    #A37143 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 564
    #A37144 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 564 25
    #A37145 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569
    #A37146 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 569 25
    #A37147 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574
    #A37148 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 574 25
    #A37149 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 589
    #A37150 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 589 5
    #A37151 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 590
    #A37152 warning AnnotationOnSameLine Annotation 'TestLogging' should be on the same line with its target. 590 5
    #A37153 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 593
    #A37154 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 593 13
    #A37155 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 598
    #A37156 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 598 13
    #A37157 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603
    #A37158 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 603 13
    #A37159 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 610
    #A37160 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 610 13
    #A37161 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 615
    #A37162 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 615 13
    #A37163 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 624
    #A37164 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 624 13
    #A37165 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 633
    #A37166 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 633 13
    #A37167 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 638
    #A37168 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 638 13
    #A37169 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 643
    #A37170 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 643 13
    #A37171 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 648
    #A37172 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 648 13
    #A37173 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731
    #A37174 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 731 9
    #A37175 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 738
    #A37176 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 738 9
    #A37177 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 745
    #A37178 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 745 9
    #A37179 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 752
    #A37180 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 752 9
    #A37181 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 759
    #A37182 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 759 9
    #A37183 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 798
    #A37184 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 798 9
    #A37185 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 805
    #A37186 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 805 9
    #A37187 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 824
    #A37188 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 824 9
    #A37189 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 830
    #A37190 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 830 9
    #A37191 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 843
    #A37192 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 843 9
    #A37193 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 849
    #A37194 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 849 9
    #A37195 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 860
    #A37196 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 860 9
    #A37197 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 868
    #A37198 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 868 9
    #A37199 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 881
    #A37200 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 881 9
    #A37201 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 887
    #A37202 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 887 9
    #A37203 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 898
    #A37204 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 898 9
    #A37205 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 906
    #A37206 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 906 9
    #A37207 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 915
    #A37208 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 915 5
    #A37209 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 918
    #A37210 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 918 13
    #A37211 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 923
    #A37212 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 923 13
    #A37213 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 933
    #A37214 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 933 13
    #A37215 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 942
    #A37216 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 942 13
    #A37217 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 947
    #A37218 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 947 13
    #A37219 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 952
    #A37220 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 952 13
    #A37221 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 958
    #A37222 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 958 13
    #A37223 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 967
    #A37224 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 967 5
    #A37225 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 970
    #A37226 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 970 13
    #A37227 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 975
    #A37228 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 975 13
    #A37229 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 983
    #A37230 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 983 13
    #A37231 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 993
    #A37232 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 993 13
    #A37233 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 998
    #A37234 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 998 13
    #A37235 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1004
    #A37236 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1004 13
    #A37237 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1010
    #A37238 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1010 13
    #A37239 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1020
    #A37240 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1020 5
    #A37241 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1023
    #A37242 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1023 13
    #A37243 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1028
    #A37244 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1028 13
    #A37245 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1038
    #A37246 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1038 13
    #A37247 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1048
    #A37248 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1048 13
    #A37249 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1053
    #A37250 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1053 13
    #A37251 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1059
    #A37252 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1059 13
    #A37253 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1065
    #A37254 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1065 13
    #A37255 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1075
    #A37256 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1075 5
    #A37257 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1078
    #A37258 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1078 13
    #A37259 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1083
    #A37260 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1083 13
    #A37261 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1091
    #A37262 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1091 13
    #A37263 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1100
    #A37264 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1100 13
    #A37265 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1105
    #A37266 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1105 13
    #A37267 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1110
    #A37268 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1110 13
    #A37269 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1116
    #A37270 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1116 13
    #A37271 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1125
    #A37272 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1125 5
    #A37273 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1128
    #A37274 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1128 13
    #A37275 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1133
    #A37276 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1133 13
    #A37277 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1138
    #A37278 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1138 13
    #A37279 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1149
    #A37280 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1149 21
    #A37281 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1154
    #A37282 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1154 21
    #A37283 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1159
    #A37284 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1159 21
    #A37285 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1164
    #A37286 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1164 21
    #A37287 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1194
    #A37288 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1194 5
    #A37289 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1197
    #A37290 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1197 13
    #A37291 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1202
    #A37292 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1202 13
    #A37293 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1207
    #A37294 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1207 13
    #A37295 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1218
    #A37296 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1218 21
    #A37297 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1223
    #A37298 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1223 21
    #A37299 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1228
    #A37300 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1228 21
    #A37301 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1233
    #A37302 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1233 21
    #A37303 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1264
    #A37304 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 1264 5
    #A37305 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1270
    #A37306 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1270 13
    #A37307 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1275
    #A37308 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1275 13
    #A37309 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1282
    #A37310 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1282 13
    #A37311 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1287
    #A37312 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1287 13
    #A37313 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1293
    #A37314 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1293 13
    #A37315 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1298
    #A37316 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1298 13
    #A37317 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1304
    #A37318 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1304 13
    #A37319 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1309
    #A37320 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 1309 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/ActionNamesBackwardsCompatibilityTest.java

    Severity Rule Message Line Col
    #A37321 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A37322 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A37323 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81
    #A37324 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 81 5
    #A37325 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105
    #A37326 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 105 17
    #A37327 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110
    #A37328 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 110 17
    #A37329 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115
    #A37330 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 115 17
    #A37331 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121
    #A37332 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 121 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/ActionNamesTests.java

    Severity Rule Message Line Col
    #A37333 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62
    #A37334 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 62 5
    #A37335 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 63
    #A37336 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 63 5
    #A37337 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74
    #A37338 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 74 5
    #A37339 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A37340 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A37341 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117
    #A37342 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 117 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/TransportMessageTests.java

    Severity Rule Message Line Col
    #A37343 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36
    #A37344 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 36 5
    #A37345 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A37346 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/local/SimpleLocalTransportTests.java

    Severity Rule Message Line Col
    #A37347 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30
    #A37348 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 30 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/KeyedLockTests.java

    Severity Rule Message Line Col
    #A37349 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39
    #A37350 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 39 5
    #A37351 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78
    #A37352 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 78 5
    #A37353 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92
    #A37354 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 92 5
    #A37355 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100
    #A37356 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 100 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/NettyTransportMultiPortIntegrationTests.java

    Severity Rule Message Line Col
    #A37357 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40
    #A37358 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 40 1
    #A37359 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46
    #A37360 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 46 5
    #A37361 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64
    #A37362 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 64 5
    #A37363 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A37364 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A37365 warning AnnotationOnSameLine Annotation 'Network' should be on the same line with its target. 78
    #A37366 warning AnnotationOnSameLine Annotation 'Network' should be on the same line with its target. 78 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/NettyTransportMultiPortTests.java

    Severity Rule Message Line Col
    #A37367 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 53
    #A37368 warning AnnotationOnSameLine Annotation 'Rule' should be on the same line with its target. 53 5
    #A37369 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56
    #A37370 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 56 5
    #A37371 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77
    #A37372 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 77 5
    #A37373 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96
    #A37374 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 96 5
    #A37375 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114
    #A37376 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 114 5
    #A37377 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135
    #A37378 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 135 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/NettyTransportTests.java

    Severity Rule Message Line Col
    #A37379 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 58
    #A37380 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 58 1
    #A37381 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A37382 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 5
    #A37383 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71
    #A37384 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 71 5
    #A37385 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 88
    #A37386 warning AnnotationOnSameLine Annotation 'Inject' should be on the same line with its target. 88 9
    #A37387 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93
    #A37388 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 93 9
    #A37389 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111
    #A37390 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 111 21
    #A37391 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 158
    #A37392 warning AnnotationOnSameLine Annotation 'SuppressWarnings' should be on the same line with its target. 158 25
    #A37393 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159
    #A37394 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 159 25
    #A37395 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164
    #A37396 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 164 25
    #A37397 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169
    #A37398 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 169 25

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/transport/netty/SimpleNettyTransportTests.java

    Severity Rule Message Line Col
    #A37399 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36
    #A37400 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 36 5
    #A37401 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46
    #A37402 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 46 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/tribe/TribeTests.java

    Severity Rule Message Line Col
    #A37403 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 68
    #A37404 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 68 5
    #A37405 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 77
    #A37406 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 77 5
    #A37407 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 88
    #A37408 warning AnnotationOnSameLine Annotation 'After' should be on the same line with its target. 88 5
    #A37409 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129
    #A37410 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 129 5
    #A37411 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A37412 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5
    #A37413 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201
    #A37414 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 201 5
    #A37415 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225
    #A37416 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 225 5
    #A37417 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253
    #A37418 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 253 5
    #A37419 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279
    #A37420 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 279 13
    #A37421 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298
    #A37422 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 298 13
    #A37423 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330
    #A37424 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 330 5
    #A37425 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366
    #A37426 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 366 13
    #A37427 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379
    #A37428 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 379 13
    #A37429 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402
    #A37430 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 402 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/tribe/TribeUnitTests.java

    Severity Rule Message Line Col
    #A37431 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 53
    #A37432 warning AnnotationOnSameLine Annotation 'BeforeClass' should be on the same line with its target. 53 5
    #A37433 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 62
    #A37434 warning AnnotationOnSameLine Annotation 'AfterClass' should be on the same line with its target. 62 5
    #A37435 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70
    #A37436 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 70 5
    #A37437 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85
    #A37438 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 85 5
    #A37439 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101
    #A37440 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 101 21

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/ttl/SimpleTTLTests.java

    Severity Rule Message Line Col
    #A37441 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47
    #A37442 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 47 1
    #A37443 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52
    #A37444 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 52 5
    #A37445 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57
    #A37446 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 57 5
    #A37447 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67
    #A37448 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 67 5
    #A37449 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165
    #A37450 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 165 13
    #A37451 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204
    #A37452 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 204 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/update/UpdateByNativeScriptTests.java

    Severity Rule Message Line Col
    #A37453 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39
    #A37454 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 39 1
    #A37455 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42
    #A37456 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 42 5
    #A37457 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50
    #A37458 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 50 5
    #A37459 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A37460 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A37461 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83
    #A37462 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 83 9
    #A37463 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96
    #A37464 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 96 9

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/update/UpdateNoopTests.java

    Severity Rule Message Line Col
    #A37465 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A37466 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A37467 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49
    #A37468 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 49 5
    #A37469 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63
    #A37470 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 63 5
    #A37471 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81
    #A37472 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 81 5
    #A37473 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115
    #A37474 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 115 5
    #A37475 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187
    #A37476 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 187 5
    #A37477 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 232
    #A37478 warning AnnotationOnSameLine Annotation 'Before' should be on the same line with its target. 232 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/update/UpdateTests.java

    Severity Rule Message Line Col
    #A37479 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75
    #A37480 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 75 5
    #A37481 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105
    #A37482 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 105 5
    #A37483 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151
    #A37484 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 151 5
    #A37485 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167
    #A37486 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 167 5
    #A37487 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180
    #A37488 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 180 5
    #A37489 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210
    #A37490 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 210 5
    #A37491 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267
    #A37492 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 267 5
    #A37493 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282
    #A37494 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 282 5
    #A37495 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424
    #A37496 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 424 5
    #A37497 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 442
    #A37498 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 442 5
    #A37499 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 459
    #A37500 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 459 5
    #A37501 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 552
    #A37502 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 552 5
    #A37503 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 553
    #A37504 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 553 5
    #A37505 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 567
    #A37506 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 567 17
    #A37507 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 612
    #A37508 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 612 5
    #A37509 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 613
    #A37510 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 613 5
    #A37511 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 656
    #A37512 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 656 17
    #A37513 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 661
    #A37514 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 661 17
    #A37515 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 678
    #A37516 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 678 17
    #A37517 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 683
    #A37518 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 683 17
    #A37519 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 692
    #A37520 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 692 13

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/validate/SimpleValidateQueryTests.java

    Severity Rule Message Line Col
    #A37521 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 52
    #A37522 warning AnnotationOnSameLine Annotation 'ClusterScope' should be on the same line with its target. 52 1
    #A37523 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55
    #A37524 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 55 5
    #A37525 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88
    #A37526 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 88 5
    #A37527 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203
    #A37528 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 203 5
    #A37529 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242
    #A37530 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 242 5
    #A37531 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268
    #A37532 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 268 5
    #A37533 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273
    #A37534 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 273 5
    #A37535 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285
    #A37536 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 285 5
    #A37537 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300
    #A37538 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 300 5
    #A37539 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337
    #A37540 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 337 5
    #A37541 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346
    #A37542 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 346 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/versioning/ConcurrentDocumentOperationTests.java

    Severity Rule Message Line Col
    #A37543 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41
    #A37544 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 41 5
    #A37545 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A37546 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 17
    #A37547 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A37548 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 17

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/versioning/SimpleVersioningTests.java

    Severity Rule Message Line Col
    #A37549 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59
    #A37550 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 59 5
    #A37551 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80
    #A37552 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 80 5
    #A37553 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111
    #A37554 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 111 5
    #A37555 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158
    #A37556 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 158 5
    #A37557 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222
    #A37558 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 222 5
    #A37559 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236
    #A37560 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 236 5
    #A37561 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304
    #A37562 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 304 5
    #A37563 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344
    #A37564 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 344 5
    #A37565 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373
    #A37566 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 373 21
    #A37567 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385
    #A37568 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 385 21
    #A37569 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398
    #A37570 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 398 21
    #A37571 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 413
    #A37572 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 413 21
    #A37573 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 428
    #A37574 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 428 21
    #A37575 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 443
    #A37576 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 443 21
    #A37577 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468
    #A37578 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 468 9
    #A37579 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526
    #A37580 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 526 5
    #A37581 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 527
    #A37582 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 527 5
    #A37583 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 623
    #A37584 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 623 21
    #A37585 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 746
    #A37586 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 746 5
    #A37587 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 747
    #A37588 warning AnnotationOnSameLine Annotation 'Slow' should be on the same line with its target. 747 5
    #A37589 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 827
    #A37590 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 827 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/watcher/FileWatcherTest.java

    Severity Rule Message Line Col
    #A37591 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54
    #A37592 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 54 9
    #A37593 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59
    #A37594 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 59 9
    #A37595 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64
    #A37596 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 64 9
    #A37597 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69
    #A37598 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 69 9
    #A37599 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74
    #A37600 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 74 9
    #A37601 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79
    #A37602 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 79 9
    #A37603 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84
    #A37604 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 84 9
    #A37605 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94
    #A37606 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 94 5
    #A37607 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123
    #A37608 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 123 5
    #A37609 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211
    #A37610 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 211 5
    #A37611 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274
    #A37612 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 274 5
    #A37613 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319
    #A37614 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 319 5
    #A37615 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342
    #A37616 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 342 5
    #A37617 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366
    #A37618 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 366 5

    /home/wilcoln/Workspace/Projects/contribution/checkstyle-tester/repositories/elasticsearch/src/test/java/org/elasticsearch/watcher/ResourceWatcherServiceTests.java

    Severity Rule Message Line Col
    #A37619 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38
    #A37620 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 38 5
    #A37621 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72
    #A37622 warning AnnotationOnSameLine Annotation 'Test' should be on the same line with its target. 72 5
    #A37623 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78
    #A37624 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 78 13
    #A37625 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82
    #A37626 warning AnnotationOnSameLine Annotation 'Override' should be on the same line with its target. 82 13